You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by no...@apache.org on 2009/12/30 17:06:35 UTC

svn commit: r894660 - /incubator/aries/trunk/application/application-utils/pom.xml

Author: not
Date: Wed Dec 30 16:06:35 2009
New Revision: 894660

URL: http://svn.apache.org/viewvc?rev=894660&view=rev
Log:
Updated to use the same slf4j version as blueprint

Modified:
    incubator/aries/trunk/application/application-utils/pom.xml

Modified: incubator/aries/trunk/application/application-utils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/application/application-utils/pom.xml?rev=894660&r1=894659&r2=894660&view=diff
==============================================================================
--- incubator/aries/trunk/application/application-utils/pom.xml (original)
+++ incubator/aries/trunk/application/application-utils/pom.xml Wed Dec 30 16:06:35 2009
@@ -56,12 +56,12 @@
       <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.4.3</version>
+            <version>1.5.6</version>
       </dependency>
       <dependency>
       	<groupId>org.slf4j</groupId>
       	<artifactId>slf4j-simple</artifactId>
-      	<version>1.4.3</version>
+      	<version>1.5.6</version>
       	<scope>test</scope>
       </dependency>
   </dependencies>