diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-09 12:14:54 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-10 14:07:49 -0400 |
commit | 80c69516fe41fa9c9fad43b6bb8e36ba8d6fc211 (patch) | |
tree | cd0c31e8f633c0aa2676dc7d8b9d86b78c11397e /dependencies | |
parent | 5be672ba7385480425803d53c73db8ba8e683b74 (diff) |
Changing odlparent pom version adding few dependencies
Issue-ID: CCSDK-3331
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I9678e4b4401791a98499ab3c39ef5b24e404aea8
Diffstat (limited to 'dependencies')
-rwxr-xr-x | dependencies/pom.xml | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index fcd72f0b..36df240c 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,16 +22,9 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>org.glassfish.jersey</groupId> - <artifactId>jersey-bom</artifactId> - <version>2.27</version> - <scope>import</scope> - <type>pom</type> - </dependency> - <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-odl-bom</artifactId> - <version>2.1.4-SNAPSHOT</version> + <version>2.1.7-SNAPSHOT</version> <scope>import</scope> <type>pom</type> </dependency> @@ -43,7 +36,6 @@ </dependencies> </dependencyManagement> - <dependencies> <dependency> <groupId>ch.qos.logback</groupId> @@ -87,10 +79,6 @@ <artifactId>json-path</artifactId> </dependency> <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - </dependency> - <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> </dependency> @@ -99,6 +87,20 @@ <artifactId>jaxb-impl</artifactId> </dependency> <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + </dependency> + <dependency> + <groupId>jakarta.activation</groupId> + <artifactId>jakarta.activation-api</artifactId> + </dependency> + <!-- Below provides javax.jws --> + <dependency> + <groupId>com.sun.xml.ws</groupId> + <artifactId>jaxws-ri</artifactId> + <type>pom</type> + </dependency> + <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> </dependency> @@ -164,6 +166,10 @@ <artifactId>logging-filter-base</artifactId> </dependency> <dependency> + <groupId>org.onap.logging-analytics</groupId> + <artifactId>logging-slf4j</artifactId> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </dependency> @@ -188,6 +194,11 @@ <artifactId>org.apache.servicemix.specs.jaxws-api-2.3</artifactId> <version>2.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> + </dependency> </dependencies> <build> |