http://wamblee.org/jira/browse/UTILS-5
authorErik Brakkee <erik@brakkee.org>
Sun, 8 Aug 2010 10:45:42 +0000 (10:45 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 8 Aug 2010 10:45:42 +0000 (10:45 +0000)
system/spring/pom.xml

index 3882fdaec78e0531f6733ee4aa55134c6a210fc8..f3ba1dba4b19b6a88c626838489849045d337bb5 100644 (file)
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.dbunit</groupId>
+            <artifactId>dbunit</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>