You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/09/17 13:12:39 UTC

svn commit: r576368 - in /incubator/servicemix/branches/servicemix-4.0: itests/pom.xml pom.xml

Author: gnodet
Date: Mon Sep 17 04:12:36 2007
New Revision: 576368

URL: http://svn.apache.org/viewvc?rev=576368&view=rev
Log:
Fix repositories

Modified:
    incubator/servicemix/branches/servicemix-4.0/itests/pom.xml
    incubator/servicemix/branches/servicemix-4.0/pom.xml

Modified: incubator/servicemix/branches/servicemix-4.0/itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/itests/pom.xml?rev=576368&r1=576367&r2=576368&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/itests/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/itests/pom.xml Mon Sep 17 04:12:36 2007
@@ -82,14 +82,24 @@
       <version>1.0-SNAPSHOT</version>
 	  <scope>test</scope>
 	</dependency>
-	<!--
     <dependency>
-	  <groupId>commons-logging</groupId>
-	  <artifactId>commons-logging</artifactId>
-	  <version>${commons.logging.version}</version>
+	  <groupId>org.slf4j</groupId>
+	  <artifactId>slf4j-api</artifactId>
+      <version>1.4.3</version>
 	  <scope>test</scope>
-    </dependency>
-	-->
+	</dependency>
+    <dependency>
+	  <groupId>org.slf4j</groupId>
+	  <artifactId>jcl104-over-slf4j</artifactId>
+      <version>1.4.3</version>
+	  <scope>test</scope>
+	</dependency>
+    <dependency>
+	  <groupId>org.slf4j</groupId>
+	  <artifactId>slf4j-log4j12</artifactId>
+      <version>1.4.3</version>
+	  <scope>test</scope>
+	</dependency>
     <dependency>
       <groupId>org.eclipse.osgi</groupId>
       <artifactId>org.eclipse.osgi</artifactId>

Modified: incubator/servicemix/branches/servicemix-4.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/pom.xml?rev=576368&r1=576367&r2=576368&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/pom.xml Mon Sep 17 04:12:36 2007
@@ -70,6 +70,12 @@
       <name>i21 S3 milestone repo</name>
       <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
     </repository>
+    <!-- Spring external dependencies -->
+    <repository>
+      <id>spring-ext</id>
+      <name>Spring External Dependencies Repository</name>
+      <url>https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/</url>
+    </repository>
     <!-- Spring Snapshots -->
 	<repository>
 	  <id>spring-snapshots</id>