How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.gatein</groupId>
<artifactId>gatein-dep-all</artifactId>
<version>1.2.0.Alpha02</version>
</dependency>
Choose a version of org.gatein : gatein-dep-all to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
gatein-dep-all-1.2.0.Alpha02
|
||
gatein-dep-all-1.2.0.Alpha01
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.gatein</groupId>
<artifactId>gatein-dep-all</artifactId>
<version>1.2.0.Alpha02</version>
</dependency>
Advertisement