You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2012/05/15 16:29:26 UTC

svn commit: r1338724 - /incubator/airavata/branches/0.3-incubating-snapshot/modules/distribution/pom.xml

Author: smarru
Date: Tue May 15 14:29:26 2012
New Revision: 1338724

URL: http://svn.apache.org/viewvc?rev=1338724&view=rev
Log:
adding slf4j jars to get logs in distribution

Modified:
    incubator/airavata/branches/0.3-incubating-snapshot/modules/distribution/pom.xml

Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/distribution/pom.xml?rev=1338724&r1=1338723&r2=1338724&view=diff
==============================================================================
--- incubator/airavata/branches/0.3-incubating-snapshot/modules/distribution/pom.xml (original)
+++ incubator/airavata/branches/0.3-incubating-snapshot/modules/distribution/pom.xml Tue May 15 14:29:26 2012
@@ -175,6 +175,16 @@
             <version>${org.slf4j.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>${org.slf4j.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <version>${org.slf4j.version}</version>
+        </dependency>
+        <dependency>
             <groupId>gpel</groupId>
             <artifactId>gpel_client</artifactId>
             <version>1.0.7-BETA</version>