diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-27 00:49:42 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-27 00:49:42 +0000 |
commit | 1b813c3c53f3639f076fae20dfeb8a84a862ae9d (patch) | |
tree | 5b89eee8c0f058a9c1364139e1a14078ace4c74b /sandbox/rfeng/scatours-creditcard-payment-dosgi-contribution | |
parent | 090512087de4e4a2bbc346a9bd0ada61a6f337bf (diff) |
Update dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778937 13f79535-47bb-0310-9956-ffa450edef68
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>
|