You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2006/11/30 01:16:35 UTC

svn commit: r480786 - in /incubator/tuscany/java/sca: pom.xml services/persistence/datasource/pom.xml services/persistence/store.jdbc/pom.xml

Author: rfeng
Date: Wed Nov 29 16:16:33 2006
New Revision: 480786

URL: http://svn.apache.org/viewvc?view=rev&rev=480786
Log:
Remove maven1 repo to avoid downloading m2 artifacts from m1 repo where transitive dependencies are not supported 

Modified:
    incubator/tuscany/java/sca/pom.xml
    incubator/tuscany/java/sca/services/persistence/datasource/pom.xml
    incubator/tuscany/java/sca/services/persistence/store.jdbc/pom.xml

Modified: incubator/tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?view=diff&rev=480786&r1=480785&r2=480786
==============================================================================
--- incubator/tuscany/java/sca/pom.xml (original)
+++ incubator/tuscany/java/sca/pom.xml Wed Nov 29 16:16:33 2006
@@ -38,18 +38,6 @@
     <!-- definition of repositories where the parent pom can be found -->
     <repositories>
         <repository>
-            <id>apache.maven.m1</id>
-            <name>Apache Maven1 Repository</name>
-            <url>http://www.apache.org/dist/java-repository</url>
-            <layout>legacy</layout>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-        <repository>
             <id>apache.snapshots</id>
             <name>Apache Snapshot Repository</name>
             <url>http://people.apache.org/repo/m2-snapshot-repository</url>
@@ -168,7 +156,7 @@
 
             <!-- Woden implementation -->
             <dependency>
-                <groupId>org.apache.woden</groupId>
+                <groupId>incubator-woden</groupId>
                 <artifactId>woden</artifactId>
                 <version>1.0.0M6</version>
                 <scope>compile</scope>

Modified: incubator/tuscany/java/sca/services/persistence/datasource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/persistence/datasource/pom.xml?view=diff&rev=480786&r1=480785&r2=480786
==============================================================================
--- incubator/tuscany/java/sca/services/persistence/datasource/pom.xml (original)
+++ incubator/tuscany/java/sca/services/persistence/datasource/pom.xml Wed Nov 29 16:16:33 2006
@@ -58,12 +58,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>commons-pool</groupId>
-            <artifactId>commons-pool</artifactId>
-            <version>1.3</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>hsqldb</groupId>
             <artifactId>hsqldb</artifactId>
             <version>1.8.0.7</version>

Modified: incubator/tuscany/java/sca/services/persistence/store.jdbc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/persistence/store.jdbc/pom.xml?view=diff&rev=480786&r1=480785&r2=480786
==============================================================================
--- incubator/tuscany/java/sca/services/persistence/store.jdbc/pom.xml (original)
+++ incubator/tuscany/java/sca/services/persistence/store.jdbc/pom.xml Wed Nov 29 16:16:33 2006
@@ -50,12 +50,6 @@
             <version>1.2.1</version>
         </dependency>
         <dependency>
-            <groupId>commons-pool</groupId>
-            <artifactId>commons-pool</artifactId>
-            <version>1.3</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>hsqldb</groupId>
             <artifactId>hsqldb</artifactId>
             <version>1.8.0.7</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org