added derby and mysql to the test classpath for all projects.
[utils] / security / pom.xml
index d213638c672a04713efb2b7ec131ff9de7bfead1..efde39b7fc97b089ab7cc6d67c5f7717644a0ea1 100644 (file)
       <type>test-jar</type>
       <version>0.2-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.wamblee</groupId>
+      <artifactId>wamblee-system-general</artifactId>
+      <type>test-jar</type>
+      <version>0.2-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.wamblee</groupId>
       <artifactId>wamblee-support-spring</artifactId>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>
-    <dependency>
-      <groupId>mysql</groupId>
-      <artifactId>mysql-connector-java</artifactId>
-    </dependency>
 
     <dependency>
       <groupId>org.springframework</groupId>