From 4da156d0d0641d1fcd56f1238f592d22ada4334e Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer <paul-christian.volkmer@mni.thm.de> Date: Sat, 3 Nov 2012 22:48:25 +0100 Subject: [PATCH] Update used spring version and added Groovy plugin and dependencies --- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4ef1f1923..32db2c65a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ <packaging>war</packaging> <properties> - <org.springframework-version>3.1.2.RELEASE</org.springframework-version> - <org.springframework.security-version>3.1.0.RELEASE</org.springframework.security-version> + <org.springframework-version>3.1.3.RELEASE</org.springframework-version> + <org.springframework.security-version>3.1.3.RELEASE</org.springframework.security-version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.url>https://scm.thm.de/arsnova</project.url> </properties> @@ -307,6 +307,11 @@ <version>2.25.0</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy</artifactId> + <version>2.0.5</version> + </dependency> </dependencies> <build> <plugins> @@ -447,6 +452,11 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>groovy-maven-plugin</artifactId> + <version>1.4</version> + </plugin> </plugins> </build> -- GitLab