diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-04 15:37:20 +0000 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-08-04 15:37:20 +0000 |
commit | 096111f1879e6f3091f958515a81036dab0535d8 (patch) | |
tree | f994ccc3cdb5be6fc3529ff126e1ff7af63c306b | |
parent | 6611ad3035d7726509ee5a79ae5357145a052fc8 (diff) |
Add missing aaf-shiro dependency
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
-rwxr-xr-x | aafshiro/features/ccsdk-aafshiro/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aafshiro/features/ccsdk-aafshiro/pom.xml b/aafshiro/features/ccsdk-aafshiro/pom.xml index f0d9eceb4..abe764432 100755 --- a/aafshiro/features/ccsdk-aafshiro/pom.xml +++ b/aafshiro/features/ccsdk-aafshiro/pom.xml @@ -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> |