Added the old unit tests from the old Photos application again.
[photos] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9246313d812f0d6ba6bdb2e1a1f51d38e976f831..dc1ba4a42022ed8ad012de869922823b7e6b88d0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <artifactId>wamblee-security-usermgt</artifactId>
             <version>${utils.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.wamblee</groupId>
+            <artifactId>wamblee-support-general</artifactId>
+            <version>${utils.version}</version>
+            <scope>test</scope>
+            <type>test-jar</type>
+        </dependency>
 
 
         <!--  WICKET DEPENDENCIES -->