summaryrefslogtreecommitdiffstats
path: root/dependencies-bom
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-06-08 12:00:17 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-06-08 14:43:34 -0400
commitb2db3c41156f0855daafa8afe29f0aca43cc225d (patch)
tree9173fa6cbe5731d5150f01ee4b482ff5aee71601 /dependencies-bom
parentb473d3c5a0287f093b893f88fe262b62925438ec (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-bom')
-rw-r--r--dependencies-bom/pom.xml26
1 files changed, 22 insertions, 4 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index fac96450..71595844 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -44,6 +44,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
+ <!-- ODL Aluminum has 2.10.5 -->
<version>2.11.4</version>
<type>pom</type>
<scope>import</scope>
@@ -120,10 +121,16 @@
<artifactId>javaee-api</artifactId>
<version>7.0</version>
</dependency>
+ <!-- Below provides javax.annotations -->
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ <version>3.0.1</version>
+ </dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
- <version>1.3</version>
+ <version>1.3.1</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -134,7 +141,14 @@
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
- <version>2.1</version>
+ <version>2.1.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>javax.xml.bind</groupId>
@@ -166,12 +180,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.8.1</version>
+ <version>3.11</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
- <version>1.6</version>
+ <version>1.9</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
@@ -227,6 +241,7 @@
<dependency>
<groupId>org.glassfish.jersey</groupId>
<artifactId>jersey-bom</artifactId>
+ <!-- ODL has 2.27 -->
<version>2.29.1</version>
<type>pom</type>
<scope>import</scope>
@@ -244,11 +259,13 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
+ <!-- ODL has 20131018 -->
<version>20201115</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
+ <!-- ODL has 1.8.3 -->
<version>1.12.1</version>
</dependency>
<dependency>
@@ -286,6 +303,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
+ <!-- ODL has 1.7.28 -->
<version>1.7.30</version>
</dependency>
<dependency>