diff --git a/pom.xml b/pom.xml
index 5e9f18a4..89551581 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,6 +14,7 @@
1.4.0
+ 3.2.14.RELEASE
@@ -28,6 +29,22 @@
UTF8
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 2.2
+
+ false
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.19.1
+
+ true
+
+
diff --git a/xxl-job-admin/pom.xml b/xxl-job-admin/pom.xml
index a54c55c3..a7828349 100644
--- a/xxl-job-admin/pom.xml
+++ b/xxl-job-admin/pom.xml
@@ -10,10 +10,6 @@
${xxl-job.version}
war
-
- 3.2.14.RELEASE
-
-
@@ -153,35 +149,4 @@
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
-
- 1.6
- UTF8
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- 2.2
-
- false
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.19.1
-
- true
-
-
-
-
-
diff --git a/xxl-job-core/pom.xml b/xxl-job-core/pom.xml
index b3a4cadf..2ebdd5af 100644
--- a/xxl-job-core/pom.xml
+++ b/xxl-job-core/pom.xml
@@ -10,7 +10,6 @@
${xxl-job.version}
-
javax.servlet
@@ -57,7 +56,7 @@
org.springframework
spring-context
- 3.2.14.RELEASE
+ ${spring.version}
compile
@@ -70,27 +69,4 @@
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
-
- 1.6
- UTF8
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.19.1
-
- true
-
-
-
-
-
\ No newline at end of file
diff --git a/xxl-job-executor-example/pom.xml b/xxl-job-executor-example/pom.xml
index 6901ba7c..ff8239f3 100644
--- a/xxl-job-executor-example/pom.xml
+++ b/xxl-job-executor-example/pom.xml
@@ -10,9 +10,6 @@
${xxl-job.version}
war
-
- 3.2.14.RELEASE
-
@@ -84,35 +81,4 @@
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
-
- 1.6
- UTF8
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- 2.2
-
- false
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.19.1
-
- true
-
-
-
-
-
\ No newline at end of file