How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>metro-saaj</artifactId>
<version>3.0.2</version>
</dependency>
Choose a version of com.sun.xml.messaging.saaj : metro-saaj to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
metro-saaj-3.0.2
|
||
metro-saaj-3.0.1
|
|||
metro-saaj-3.0.0
|
|||
metro-saaj-3.0.0-M3
|
|||
metro-saaj-3.0.0-M2
|
|||
metro-saaj-3.0.0-M1
|
|||
2.0.x |
metro-saaj-2.0.1
|
||
metro-saaj-2.0.0
|
|||
metro-saaj-2.0.0-M1
|
|||
1.5.x |
metro-saaj-1.5.3
|
||
metro-saaj-1.5.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>metro-saaj</artifactId>
<version>3.0.2</version>
</dependency>
Advertisement