How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.xml.rpc</groupId>
<artifactId>jaxrpc-bundle</artifactId>
<version>1.1.6</version>
</dependency>
Choose a version of com.sun.xml.rpc : jaxrpc-bundle to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
jaxrpc-bundle-1.1.6
|
||
jaxrpc-bundle-1.1.5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.xml.rpc</groupId>
<artifactId>jaxrpc-bundle</artifactId>
<version>1.1.6</version>
</dependency>
Advertisement