You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ol...@apache.org on 2011/08/03 16:39:39 UTC

svn commit: r1153512 - /incubator/sqoop/trunk/pom.xml

Author: olamy
Date: Wed Aug  3 14:39:38 2011
New Revision: 1153512

URL: http://svn.apache.org/viewvc?rev=1153512&view=rev
Log:
fix slf4j versions for test to not be dependant about possible various versions due to transitive maven resolution

Modified:
    incubator/sqoop/trunk/pom.xml

Modified: incubator/sqoop/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/pom.xml?rev=1153512&r1=1153511&r2=1153512&view=diff
==============================================================================
--- incubator/sqoop/trunk/pom.xml (original)
+++ incubator/sqoop/trunk/pom.xml Wed Aug  3 14:39:38 2011
@@ -172,6 +172,20 @@ limitations under the License.
       <scope>test</scope>
     </dependency>
 
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.5.8</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>1.5.8</version>
+      <scope>test</scope>
+    </dependency>
+
   </dependencies>
 
   <build>