diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-08 12:00:17 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-06-08 18:45:12 +0000 |
commit | 930d8da958c43f9c33b41926143ad06858b5aa68 (patch) | |
tree | a937716ad3a88ff07c07123fa2ea5d6cf2b91d69 /dependencies-odl-bom | |
parent | 84de142aba1b450beeec04ad85f9739fb721697f (diff) |
Updating parent poms as per ODL Aluminum 0.13.3 (SR3)
Issue-ID: CCSDK-3329
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: If9ac73ec5f0ad8a2bd0b09ed4a17731cb357d900
Diffstat (limited to 'dependencies-odl-bom')
-rw-r--r-- | dependencies-odl-bom/pom.xml | 35 |
1 files changed, 28 insertions, 7 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 0cede3da..703f58c8 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -44,40 +44,40 @@ <dependency> <groupId>org.opendaylight.bgpcep</groupId> <artifactId>bgp-artifacts</artifactId> - <version>0.14.1</version> + <version>0.14.3</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>controller-artifacts</artifactId> - <version>2.0.6</version> + <version>2.0.7</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-artifacts</artifactId> - <version>6.0.7</version> + <version>6.0.8</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-artifacts</artifactId> - <version>1.9.1</version> + <version>1.9.3</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>1.12.1</version> + <version>1.12.3</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>1.12.1</version> + <version>1.12.3</version> <type>test-jar</type> <classifier>tests</classifier> <scope>test</scope> @@ -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> @@ -120,6 +135,12 @@ <artifactId>commons-cli</artifactId> <version>1.3.1</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> |