diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-08 12:00:17 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-08 14:43:34 -0400 |
commit | b2db3c41156f0855daafa8afe29f0aca43cc225d (patch) | |
tree | 9173fa6cbe5731d5150f01ee4b482ff5aee71601 /dependencies-odl-bom/pom.xml | |
parent | b473d3c5a0287f093b893f88fe262b62925438ec (diff) |
Updating parent poms as per Silicon onap-karaf:0.14.0 package
Issue-ID: CCSDK-3329
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: If9ac73ec5f0ad8a2bd0b09ed4a17731cb357d900
Diffstat (limited to 'dependencies-odl-bom/pom.xml')
-rw-r--r-- | dependencies-odl-bom/pom.xml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 27076a60..060345ab 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -98,16 +98,31 @@ <artifactId>elasticsearch-rest-client</artifactId> <version>6.4.3</version> </dependency> + <!-- Using dmaapClient 1.1.5 as SLI needs java package as com.att.nsa.mr and dmaapClient 1.1.12 has org.onap.dmaap.mr --> <dependency> <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> <artifactId>dmaapClient</artifactId> - <version>1.1.12</version> + <version>1.1.5</version> </dependency> + <!-- Below provides javax.annotations --> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>annotations</artifactId> <version>3.0.1</version> </dependency> + <!-- Below provides javax.xml.bind and javax.xml.bind.annotations --> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.3.1</version> + </dependency> + <!-- Below provides javax.jws --> + <dependency> + <groupId>com.sun.xml.ws</groupId> + <artifactId>jaxws-ri</artifactId> + <version>2.3.4</version> + <type>pom</type> + </dependency> <dependency> <groupId>org.glassfish.jersey</groupId> <artifactId>jersey-bom</artifactId> @@ -125,6 +140,12 @@ <artifactId>org.osgi.compendium</artifactId> <version>5.0.0</version> </dependency> + <!-- Below is required by com.google.guava : guava : jar : 28.2-jre --> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>listenablefuture</artifactId> + <version>9999.0-empty-to-avoid-conflict-with-guava</version> + </dependency> </dependencies> </dependencyManagement> |