diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-04 11:44:40 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-04 18:44:23 -0400 |
commit | 31d15ef66b310722a9bd0ae1ffcc1764dd4ca44f (patch) | |
tree | 10ee25164e15a54dabf9f936743baa69df225877 /dependencies/pom.xml | |
parent | 23b00b376a00249521a8728cfb9ecd8f2b945ff1 (diff) |
Upgrade to Sodium SR4
Upgrade to OpenDaylight Sodium SR4
Also, install implementation class for JAX-WS, needed by aafshiro
Change-Id: I5d1433df3ef13a75323046024db23d17b30b340f
Issue-ID: CCSDK-2729
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dependencies/pom.xml')
-rwxr-xr-x | dependencies/pom.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index fb57c40a..03e15336 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -6,7 +6,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> <version>2.0.1-SNAPSHOT</version> - <relativePath/> + <relativePath /> </parent> <groupId>org.onap.ccsdk.distribution</groupId> @@ -48,12 +48,12 @@ <artifactId>jackson-module-jsonSchema</artifactId> </dependency> <dependency> - <groupId>com.jayway.jsonpath</groupId> - <artifactId>json-path</artifactId> + <groupId>com.google.code.findbugs</groupId> + <artifactId>annotations</artifactId> </dependency> <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> + <groupId>com.jayway.jsonpath</groupId> + <artifactId>json-path</artifactId> </dependency> <dependency> <groupId>javax</groupId> @@ -134,6 +134,11 @@ <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> + <dependency> + <groupId>org.apache.servicemix.specs</groupId> + <artifactId>org.apache.servicemix.specs.jaxws-api-2.3</artifactId> + <version>2.3_1</version> + </dependency> </dependencies> <build> |