How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope-root</artifactId>
<version>1.0.9</version>
</dependency>
Choose a version of org.apache.syncope : syncope-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
syncope-root-1.0.9
|
CVE-2018-1321 | |
syncope-root-1.0.8
|
CVE-2018-1321 | ||
syncope-root-1.0.7
|
CVE-2018-1321 | ||
syncope-root-1.0.6
|
CVE-2018-1321 | ||
syncope-root-1.0.5
|
CVE-2018-1321 | ||
syncope-root-1.0.4
|
CVE-2018-1321 | ||
syncope-root-1.0.3-incubating
|
CVE-2018-1321 | ||
syncope-root-1.0.2-incubating
|
CVE-2018-1321 | ||
syncope-root-1.0.1-incubating
|
CVE-2018-1321 | ||
syncope-root-1.0.0-incubating
|
CVE-2018-1321 | ||
syncope-root-1.0.0-RC3-incubating
|
CVE-2018-1321 | ||
syncope-root-1.0.0-RC2-incubating
|
CVE-2018-1321 | ||
syncope-root-1.0.0-RC1-incubating
|
CVE-2018-1321 |
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope-root</artifactId>
<version>1.0.9</version>
</dependency>
Advertisement