|
@@ -10,7 +10,6 @@
|
|
<version>${xxl-job.version}</version>
|
|
<version>${xxl-job.version}</version>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
-
|
|
|
|
<!-- servlet -->
|
|
<!-- servlet -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<groupId>javax.servlet</groupId>
|
|
@@ -57,7 +56,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-context</artifactId>
|
|
<artifactId>spring-context</artifactId>
|
|
- <version>3.2.14.RELEASE</version>
|
|
|
|
|
|
+ <version>${spring.version}</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
@@ -70,27 +69,4 @@
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
- <build>
|
|
|
|
- <plugins>
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
- <version>3.1</version>
|
|
|
|
- <configuration>
|
|
|
|
- <source>1.6</source>
|
|
|
|
- <target>1.6</target>
|
|
|
|
- <encoding>UTF8</encoding>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
- <version>2.19.1</version>
|
|
|
|
- <configuration>
|
|
|
|
- <skip>true</skip>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
- </plugins>
|
|
|
|
- </build>
|
|
|
|
-
|
|
|
|
</project>
|
|
</project>
|