Author: jsdelfino
Date: Sun Sep 21 14:26:41 2008
New Revision: 697614
URL: http://svn.apache.org/viewvc?rev=697614&view=rev
Log:
Cleaned up obsolete and commented out dependencies. Fixed level of
javax.transaction in OSGi import.
Modified:
tuscany/branches/sca-equinox/modules/policy-transaction/pom.xml
Modified: tuscany/branches/sca-equinox/modules/policy-transaction/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/policy-transaction/pom.xml?rev=697614&r1=697613&r2=697614&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/policy-transaction/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/policy-transaction/pom.xml Sun Sep 21
14:26:41 2008
@@ -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>