diff options
Diffstat (limited to 'sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution')
-rw-r--r-- | sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/META-INF/MANIFEST.MF | 1 | ||||
-rw-r--r-- | sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/pom.xml | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/META-INF/MANIFEST.MF b/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/META-INF/MANIFEST.MF index 4aa34e389a..bbc88e69ec 100644 --- a/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/META-INF/MANIFEST.MF +++ b/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/META-INF/MANIFEST.MF @@ -13,6 +13,7 @@ Bundle-Description: Apache Tuscany SCA Calculator OSGi Sample Import-Package: javax.jws,
javax.xml.bind,
javax.xml.bind.annotation,
+ javax.xml.namespace,
javax.xml.ws,
org.apache.tuscany.sca.node;version="2.0.0",
org.oasisopen.sca.annotation;version="2.0.0",
diff --git a/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/pom.xml b/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/pom.xml index 2f208e6504..db199ed22e 100644 --- a/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/pom.xml +++ b/sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution/pom.xml @@ -131,6 +131,22 @@ <version>2.1</version>
<type>jar</type>
</artifactItem>
+ <artifactItem>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.1.11</version>
+ <type>jar</type>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-activation_1.1_spec</artifactId>
+ <version>1.0.1</version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ <version>1.0.1</version>
+ </artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/endorsed</outputDirectory>
<overWriteReleases>false</overWriteReleases>
|