You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by pa...@apache.org on 2012/10/20 22:54:20 UTC

svn commit: r1400513 - /airavata/trunk/modules/distribution/pom.xml

Author: patanachai
Date: Sat Oct 20 20:54:20 2012
New Revision: 1400513

URL: http://svn.apache.org/viewvc?rev=1400513&view=rev
Log:
Use JCL as default logging library

Modified:
    airavata/trunk/modules/distribution/pom.xml

Modified: airavata/trunk/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/pom.xml?rev=1400513&r1=1400512&r2=1400513&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/pom.xml (original)
+++ airavata/trunk/modules/distribution/pom.xml Sat Oct 20 20:54:20 2012
@@ -139,16 +139,12 @@
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>log4j-over-slf4j</artifactId>
-            <version>${org.slf4j.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
+            <artifactId>slf4j-jcl</artifactId>
+            <version>${org.slf4j.version}</version>            
         </dependency>
         <dependency>
             <groupId>gpel</groupId>