mirror of
https://github.com/apache/sqoop.git
synced 2025-05-04 13:42:15 +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:
parent
ea0ae3e264
commit
a30befd24f
14
pom.xml
14
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user