aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c5973a4ab..9a77ada22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,9 @@
<moa-spss-version>2.0.4-SNAPSHOT</moa-spss-version>
<configtool-version>1.1.5-SNAPSHOT</configtool-version>
<demo-oa-version>2.0.3-SNAPSHOT</demo-oa-version>
+
+ <org.springframework.version>4.1.4.RELEASE</org.springframework.version>
+
</properties>
<profiles>
@@ -545,6 +548,13 @@
<version>2.7.2</version><!-- xalan version -->
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-webmvc</artifactId>
+ <version>${org.springframework.version}</version>
+ </dependency>
+
</dependencies>
</dependencyManagement>