You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/06/22 21:22:58 UTC

svn commit: r1799626 - /commons/proper/configuration/trunk/pom.xml

Author: ggregory
Date: Thu Jun 22 21:22:58 2017
New Revision: 1799626

URL: http://svn.apache.org/viewvc?rev=1799626&view=rev
Log:
Update tests dbunit from 2.1 to 2.3.0. Must be done with updating tests from Slf4j 1.7.7 to 1.7.25.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1799626&r1=1799625&r2=1799626&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Jun 22 21:22:58 2017
@@ -410,9 +410,9 @@
     </dependency>
 
     <dependency>
-      <groupId>dbunit</groupId>
+      <groupId>org.dbunit</groupId>
       <artifactId>dbunit</artifactId>
-      <version>2.1</version>
+      <version>2.3.0</version>
       <scope>test</scope>
     </dependency>
 
@@ -495,6 +495,14 @@
       <version>${slf4j.version}</version>
       <scope>test</scope>
     </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-nop</artifactId>
+      <version>${slf4j.version}</version>
+      <scope>test</scope>
+    </dependency>
+
   </dependencies>
 
   <properties>
@@ -525,7 +533,7 @@
       org.springframework.*;resolution:=optional,
       *
     </commons.osgi.import>
-    <slf4j.version>1.7.7</slf4j.version>
+    <slf4j.version>1.7.25</slf4j.version>
     <spring.version>4.2.5.RELEASE</spring.version>
   </properties>