Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
70a12160
authored
Aug 12, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
POM依赖整理
parent
c80949c2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
96 deletions
pom.xml
xxl-job-admin/pom.xml
xxl-job-core/pom.xml
xxl-job-executor-example/pom.xml
pom.xml
View file @
70a12160
...
...
@@ -14,6 +14,7 @@
<properties>
<xxl-job.version>
1.4.0
</xxl-job.version>
<spring.version>
3.2.14.RELEASE
</spring.version>
</properties>
<build>
...
...
@@ -28,6 +29,22 @@
<encoding>
UTF8
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
2.2
</version>
<configuration>
<archiveClasses>
false
</archiveClasses>
</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>
...
...
xxl-job-admin/pom.xml
View file @
70a12160
...
...
@@ -10,10 +10,6 @@
<version>
${xxl-job.version}
</version>
<packaging>
war
</packaging>
<properties>
<spring.version>
3.2.14.RELEASE
</spring.version>
</properties>
<dependencies>
<!-- springframe start -->
<dependency>
...
...
@@ -153,35 +149,4 @@
</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-war-plugin
</artifactId>
<version>
2.2
</version>
<configuration>
<archiveClasses>
false
</archiveClasses>
</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>
xxl-job-core/pom.xml
View file @
70a12160
...
...
@@ -10,7 +10,6 @@
<version>
${xxl-job.version}
</version>
<dependencies>
<!-- servlet -->
<dependency>
<groupId>
javax.servlet
</groupId>
...
...
@@ -57,7 +56,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
3.2.14.RELEASE
</version>
<version>
${spring.version}
</version>
<scope>
compile
</scope>
</dependency>
...
...
@@ -70,27 +69,4 @@
</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>
\ No newline at end of file
xxl-job-executor-example/pom.xml
View file @
70a12160
...
...
@@ -10,9 +10,6 @@
<version>
${xxl-job.version}
</version>
<packaging>
war
</packaging>
<properties>
<spring.version>
3.2.14.RELEASE
</spring.version>
</properties>
<dependencies>
<!-- springframe start -->
...
...
@@ -84,35 +81,4 @@
</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-war-plugin
</artifactId>
<version>
2.2
</version>
<configuration>
<archiveClasses>
false
</archiveClasses>
</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>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment