You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/02/25 10:52:29 UTC

svn commit: r1449630 - in /stanbol/trunk/commons/testing: jarexec/pom.xml stanbol/pom.xml

Author: rwesten
Date: Mon Feb 25 09:52:29 2013
New Revision: 1449630

URL: http://svn.apache.org/r1449630
Log:
STANBOL-958, STANBOL-959: upgraded to current SNAPSHOT version, replaced dependency to slf4j-simple to slf4j-api

Modified:
    stanbol/trunk/commons/testing/jarexec/pom.xml
    stanbol/trunk/commons/testing/stanbol/pom.xml

Modified: stanbol/trunk/commons/testing/jarexec/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/testing/jarexec/pom.xml?rev=1449630&r1=1449629&r2=1449630&view=diff
==============================================================================
--- stanbol/trunk/commons/testing/jarexec/pom.xml (original)
+++ stanbol/trunk/commons/testing/jarexec/pom.xml Mon Feb 25 09:52:29 2013
@@ -49,13 +49,11 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-exec</artifactId>
-      <version>1.1</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <version>1.6.1</version>
+      <artifactId>slf4j-api</artifactId>
       <scope>compile</scope>
     </dependency>
   </dependencies>

Modified: stanbol/trunk/commons/testing/stanbol/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/testing/stanbol/pom.xml?rev=1449630&r1=1449629&r2=1449630&view=diff
==============================================================================
--- stanbol/trunk/commons/testing/stanbol/pom.xml (original)
+++ stanbol/trunk/commons/testing/stanbol/pom.xml Mon Feb 25 09:52:29 2013
@@ -45,16 +45,17 @@
   </scm>
 
   <dependencies>
+    <!-- NOTE: Always depend on latest SNAPSHOT in test modules! -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.testing.jarexec</artifactId>
-      <version>0.11.0</version>
+      <version>0.12.0-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.testing.http</artifactId>
-      <version>0.11.0</version>
+      <version>0.12.0-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -64,9 +65,14 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
+      <artifactId>slf4j-api</artifactId>
       <scope>compile</scope>
     </dependency>
+    <!-- dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <scope>compile</scope>
+    </dependency  -->
   </dependencies>
 
 </project>