diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-equinox/modules/policy-transaction/pom.xml | 46 |
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> |