Add missing aaf-shiro dependency 91/110891/1
authorDan Timoney <dtimoney@att.com>
Tue, 4 Aug 2020 15:37:20 +0000 (15:37 +0000)
committerDan Timoney <dtimoney@att.com>
Tue, 4 Aug 2020 15:37:20 +0000 (15:37 +0000)
Needed to add dependency on javax.xml.soap implementation library
in order to force karaf to include it in classpath.

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

aafshiro/features/ccsdk-aafshiro/pom.xml

index f0d9ece..abe7644 100755 (executable)
@@ -50,5 +50,9 @@
             <artifactId>aaf-shiro-aafrealm-osgi-bundle</artifactId>
             <version>${aaf-shiro-bundle.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId>
+        </dependency>
     </dependencies>
 </project>