diff options
author | Steve Smokowski <ss835w@att.com> | 2020-06-19 14:11:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-19 14:11:45 +0000 |
commit | 0abec191b0645a80c9bc5df4af3423a9377b83db (patch) | |
tree | d5a1c8aa302d8c1b8c689c8ed32e36d672581e0d /asdc-controller/pom.xml | |
parent | dcca3afc8f9c4de72e84a7573932544996438c7c (diff) | |
parent | 9868f1749ac413b5b7df287d35983bf24ce517ea (diff) |
Merge "Prepare for java 11"
Diffstat (limited to 'asdc-controller/pom.xml')
-rw-r--r-- | asdc-controller/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index e4c50d36f9..2a08f83387 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -15,7 +15,6 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <antlr.version>4.7.1</antlr.version> - <java.version>1.8</java.version> <sdc.tosca.version>1.6.5</sdc.tosca.version> <jtosca.version>1.5.1</jtosca.version> </properties> @@ -54,7 +53,6 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.7.201606060606</version> <configuration> <excludes> <exclude>**/resource-examples/**</exclude> @@ -324,5 +322,9 @@ <artifactId>aai-client</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>javax.xml.ws</groupId> + <artifactId>jaxws-api</artifactId> + </dependency> </dependencies> </project> |