Remove dbunit from the list of dependencies
authorGeorgios Gousios <gousiosg@gmail.com>
Wed, 21 Sep 2011 14:16:17 +0000 (17:16 +0300)
committerGeorgios Gousios <gousiosg@gmail.com>
Wed, 21 Sep 2011 14:16:17 +0000 (17:16 +0300)
logic/pom.xml

index 3fdf388..626b682 100644 (file)
       <type>zip</type>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.dbunit</groupId>
-      <artifactId>dbunit</artifactId>
-      <version>2.4.8</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>