You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/09/14 09:49:38 UTC

svn commit: r695135 - /tuscany/java/sca/distribution/bundle-minimal/pom.xml

Author: antelder
Date: Sun Sep 14 00:49:38 2008
New Revision: 695135

URL: http://svn.apache.org/viewvc?rev=695135&view=rev
Log:
Tidy up by removing dependecies which aren't needed

Modified:
    tuscany/java/sca/distribution/bundle-minimal/pom.xml

Modified: tuscany/java/sca/distribution/bundle-minimal/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/distribution/bundle-minimal/pom.xml?rev=695135&r1=695134&r2=695135&view=diff
==============================================================================
--- tuscany/java/sca/distribution/bundle-minimal/pom.xml (original)
+++ tuscany/java/sca/distribution/bundle-minimal/pom.xml Sun Sep 14 00:49:38 2008
@@ -241,59 +241,12 @@
             <version>1.0</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.neethi</groupId>
-            <artifactId>neethi</artifactId>
-            <version>2.0.2</version>
-        </dependency>
-
-        <!-- dependency>
-            <groupId>cglib</groupId>
-            <artifactId>cglib-nodep</artifactId>
-            <version>2.1_3</version>
-        </dependency -->
-
        <dependency>
            <groupId>org.apache.activemq</groupId>
            <artifactId>activemq-all</artifactId>
            <version>5.1.0</version>
        </dependency>
 
-<!-- 
-       <dependency>
-           <groupId>org.apache.activemq</groupId>
-           <artifactId>activemq-core</artifactId>
-           <version>5.1.0</version>
-           <exclusions>
-              <exclusion>
-                 <artifactId>activemq-camel</artifactId>
-                 <groupId>org.apache.activemq</groupId>
-              </exclusion>
-              <exclusion>
-                 <artifactId>activeio-core</artifactId>
-                 <groupId>org.apache.activemq</groupId>
-              </exclusion>
-           </exclusions>
-       </dependency>
-
-       <dependency>
-          <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-jms_1.1_spec</artifactId>
-          <version>1.1.1</version>
-       </dependency>
-
-       <dependency>
-          <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
-          <version>1.0</version>
-       </dependency>
-
-       <dependency>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging-api</artifactId>
-          <version>1.1</version>
-       </dependency>
--->
     </dependencies>
 
     <build>