diff --git a/pom.xml b/pom.xml index 5e9f18a40d63e24e9220676b9ffb67ab15008371..89551581e110f7a0bf548a6aa210411f8ef6e95a 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 a54c55c375faf59689c14495c79f6e0847b409a3..a782834956f1bfe293cd0097a355d0720f5f9119 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 - 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 b3a4cadf6258555d5f2a3b5ce641495e85ad6fff..2ebdd5af530bd35c3e414eba85ecd5f382e5ebc4 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 - 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 6901ba7c5074d2f40a64d982002fa4c946a9fd86..ff8239f30343f6364789a6a0378c3afb097254ec 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 - 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