Add implementation dependency for jax-ws 92/112192/4
authorDan Timoney <dtimoney@att.com>
Fri, 4 Sep 2020 20:17:35 +0000 (16:17 -0400)
committerDan Timoney <dtimoney@att.com>
Sat, 5 Sep 2020 00:42:45 +0000 (00:42 +0000)
For Java 11, jax-ws must be installed as a separate dependency which
must be reflected as a dependency of the aafshiro karaf feature.

Issue-ID: CCSDK-2710
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9ea15b2983b604145e1e258df996ef79461889e7

.gitignore
aafshiro/features/ccsdk-aafshiro/pom.xml

index f593817..afad7c7 100644 (file)
@@ -12,6 +12,9 @@
 # Generated models and features
 **/bin/*
 
+# Added for vs code
+.vscode
+
 # MANIFEST.MF is updated on every clean install
 **/src/main/resources/META-INF/
 **/src/main/yang-gen-sal
index 24caae0..752aa00 100755 (executable)
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.saaj-api-1.3</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>
 </project>