5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-04 10:43:17 +08:00

fix slf4j versions for test to not be dependant about possible various versions due to transitive maven resolution

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1153512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-08-03 14:39:38 +00:00
parent ea0ae3e264
commit a30befd24f

14
pom.xml
View File

@ -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>