diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rwxr-xr-x | aafshiro/features/ccsdk-aafshiro/pom.xml | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f59381737..afad7c7f9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/aafshiro/features/ccsdk-aafshiro/pom.xml b/aafshiro/features/ccsdk-aafshiro/pom.xml index 24caae0ff..752aa00a6 100755 --- a/aafshiro/features/ccsdk-aafshiro/pom.xml +++ b/aafshiro/features/ccsdk-aafshiro/pom.xml @@ -54,5 +54,10 @@ <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> |