소스 검색

Upgraded jwebunit version

Luke Taylor 15 년 전
부모
커밋
0f25601f54
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      itest/pom.xml

+ 3 - 3
itest/pom.xml

@@ -66,19 +66,19 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.4.3</version>
+            <version>1.5.8</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-            <version>1.4.3</version>
+            <version>1.5.8</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jcl104-over-slf4j</artifactId>
-            <version>1.4.3</version>
+            <version>1.5.8</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>