summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-21 21:26:41 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-21 21:26:41 +0000
commit3276158c86aa729f1162d9267bba4010b205c3e1 (patch)
tree4d9cedd4471f6cc53f31f143d3b6ae92ee0f06ce /branches
parentf288aca4678629132b0ce7a23c8ce8f102792d74 (diff)
Cleaned up obsolete and commented out dependencies. Fixed level of javax.transaction in OSGi import.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697614 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-equinox/modules/policy-transaction/pom.xml46
1 files changed, 1 insertions, 45 deletions
diff --git a/branches/sca-equinox/modules/policy-transaction/pom.xml b/branches/sca-equinox/modules/policy-transaction/pom.xml
index c51ac0d180..638674660b 100644
--- a/branches/sca-equinox/modules/policy-transaction/pom.xml
+++ b/branches/sca-equinox/modules/policy-transaction/pom.xml
@@ -60,50 +60,6 @@
<version>1.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
-
- <!--
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-ra</artifactId>
- <version>4.1.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jms_1.1_spec</artifactId>
- <version>1.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- <version>10.3.1.4</version>
- <scope>test</scope>
- </dependency>
- -->
- <!--
- <dependency>
- <groupId>jotm</groupId>
- <artifactId>jotm</artifactId>
- <version>2.0.10</version>
- <exclusions>
- <exclusion>
- <artifactId>jta</artifactId>
- <groupId>javax.transaction</groupId>
- </exclusion>
- <exclusion>
- <artifactId>connector</artifactId>
- <groupId>javax.resource</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- -->
</dependencies>
<build>
@@ -118,7 +74,7 @@
<Bundle-SymbolicName>org.apache.tuscany.sca.policy.transaction</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.policy.transaction*</Export-Package>
- <Import-Package>javax.transaction;version="1.0",*</Import-Package>
+ <Import-Package>javax.transaction;version="1.0.1",*</Import-Package>
</instructions>
</configuration>
</plugin>