diff --git a/pom.xml b/pom.xml index 196bb6d..aa5bebb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.forkalsrud album war - 0.19-SNAPSHOT + 0.20-SNAPSHOT Photo Album http://forkalsrud.org:8080/ @@ -26,9 +26,9 @@ UTF-8 - forkalsrud.org - scm:git:ssh://forkalsrud.org/home/gitroot/album - scm:git:ssh://forkalsrud.org/home/gitroot/album + forkalsrud.org + scm:git:ssh://forkalsrud.org/home/gitroot/album.git + scm:git:ssh://forkalsrud.org/home/gitroot/album.git photo @@ -97,6 +97,12 @@ velocity-tools 2.0-beta3 runtime + + + commons-logging + commons-logging + + com.drewnoakes @@ -118,6 +124,7 @@ junit junit 4.7 + test com.sleepycat @@ -127,9 +134,39 @@ - org.springframeworkspring-webmvc3.0.0.RELEASE - org.springframeworkspring-context3.0.0.RELEASE - org.springframeworkspring-orm3.0.0.RELEASE + + org.springframework + spring-webmvc + 3.0.0.RELEASE + + + commons-logging + commons-logging + + + + + org.springframework + spring-context + 3.0.0.RELEASE + + + commons-logging + commons-logging + + + + + org.springframework + spring-orm + 3.0.0.RELEASE + + + commons-logging + commons-logging + + + org.apache.lucene lucene-core @@ -150,6 +187,11 @@ jul-to-slf4j 1.5.10 + + org.slf4j + jcl-over-slf4j + 1.5.10 +