server/pom.xml
changeset 76 523f0647513e
parent 71 9af0874ce43f
child 80 5295e118320b
--- a/server/pom.xml	Wed Mar 13 15:37:31 2013 +0100
+++ b/server/pom.xml	Wed Mar 13 15:47:08 2013 +0100
@@ -7,7 +7,8 @@
     <version>0.1</version>
     <packaging>war</packaging>
 
-    <properties>       
+    <properties>
+        <surefire-version>2.14</surefire-version>
         <coweb-version>1.0</coweb-version>
         <cowebx-version>1.0</cowebx-version>
         <jersey-version>1.17</jersey-version>
@@ -16,7 +17,7 @@
         <!--jetty-version>9.0.0.RC0</jetty-version-->
         <jetty-version>8.1.9.v20130131</jetty-version>
         <junit-version>4.10</junit-version>
-        <thymeleaf-version>2.0.15</thymeleaf-version>
+        <thymeleaf-version>2.0.16</thymeleaf-version>
         <cometd-version>2.5.1</cometd-version>
         <jackson-version>2.1.4</jackson-version>
         <joda-version>2.1</joda-version>
@@ -100,6 +101,11 @@
                     </webResources>
                 </configuration>
             </plugin>
+	        <plugin>
+	          <groupId>org.apache.maven.plugins</groupId>
+	          <artifactId>maven-surefire-plugin</artifactId>
+	          <version>${surefire-version}</version>
+	        </plugin>
         </plugins>
     </build>
     <repositories>
@@ -257,18 +263,18 @@
         </dependency>        
         <dependency>
             <groupId>org.springframework.data</groupId>
-            <artifactId>spring-data-commons-core</artifactId>
-            <version>1.4.0.RELEASE</version>
+            <artifactId>spring-data-commons</artifactId>
+            <version>1.5.0.RELEASE</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.data</groupId>
             <artifactId>spring-data-jpa</artifactId>
-            <version>1.2.0.RELEASE</version>
+            <version>1.3.0.RELEASE</version>
         </dependency> 
         <dependency>
             <groupId>org.springframework.data</groupId>
             <artifactId>spring-data-mongodb</artifactId>
-            <version>1.1.1.RELEASE</version>
+            <version>1.2.0.RELEASE</version>
         </dependency>
         <dependency>
             <groupId>javax.persistence</groupId>