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-bom/pom.xml | |
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-bom/pom.xml')
-rw-r--r-- | dependencies-bom/pom.xml | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index bc84c2f6..0c4a79e3 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 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> @@ -156,7 +170,7 @@ <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4-runtime</artifactId> - <version>4.7.2</version> + <version>4.8-1</version> </dependency> <dependency> <groupId>org.apache.commons</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> |