You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/04/23 03:22:36 UTC

svn commit: r650716 - /incubator/tuscany/java/sca/modules/binding-atom/pom.xml

Author: jsdelfino
Date: Tue Apr 22 18:22:35 2008
New Revision: 650716

URL: http://svn.apache.org/viewvc?rev=650716&view=rev
Log:
Removed unused dependencies.

Modified:
    incubator/tuscany/java/sca/modules/binding-atom/pom.xml

Modified: incubator/tuscany/java/sca/modules/binding-atom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-atom/pom.xml?rev=650716&r1=650715&r2=650716&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-atom/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/binding-atom/pom.xml Tue Apr 22 18:22:35 2008
@@ -37,52 +37,12 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-interface-java</artifactId>
-            <version>2.0-incubating-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-core-spi</artifactId>
-            <version>2.0-incubating-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.2</version>
             <scope>test</scope>
         </dependency>
         
-        <dependency>
-           <groupId>commons-codec</groupId>
-           <artifactId>commons-codec</artifactId>
-           <version>1.3</version>
-           <exclusions>
-               <exclusion>
-                   <groupId>commons-codec</groupId>
-                   <artifactId>commons-codec</artifactId>
-               </exclusion>
-           </exclusions>
-        </dependency>
-
-        <dependency>
-           <groupId>commons-logging</groupId>
-           <artifactId>commons-logging</artifactId>
-           <version>1.1</version>
-           <exclusions>
-               <exclusion>
-                   <groupId>javax.servlet</groupId>
-                   <artifactId>servlet-api</artifactId>
-               </exclusion>
-               <exclusion>
-                   <groupId>avalon-framework</groupId>
-                   <artifactId>avalon-framework</artifactId>
-               </exclusion>
-           </exclusions>
-        </dependency>          
-                
     </dependencies>
 
 </project>