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
c9f2b33e
authored
Sep 03, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
依赖更新
parent
1e0b648c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
0 deletions
pom.xml
xxl-job-admin/pom.xml
xxl-job-core/pom.xml
xxl-job-executor-example/pom.xml
pom.xml
View file @
c9f2b33e
...
@@ -48,4 +48,26 @@
...
@@ -48,4 +48,26 @@
</plugins>
</plugins>
</build>
</build>
<licenses>
<license>
<name>
GNU General Public License, version 2
</name>
<url>
http://opensource.org/licenses/GPL-2.0
</url>
</license>
</licenses>
<scm>
<tag>
master
</tag>
<url>
https://github.com/xuxueli/xxl-job.git
</url>
<connection>
scm:git:https://github.com/xuxueli/xxl-job.git
</connection>
<developerConnection>
scm:git:git@github.com:xuxueli/xxl-job.git
</developerConnection>
</scm>
<developers>
<developer>
<id>
XXL
</id>
<name>
xuxueli
</name>
<email>
931591021@qq.com
</email>
<url>
https://github.com/xuxueli
</url>
</developer>
</developers>
</project>
</project>
\ No newline at end of file
xxl-job-admin/pom.xml
View file @
c9f2b33e
...
@@ -10,6 +10,11 @@
...
@@ -10,6 +10,11 @@
<version>
${xxl-job.version}
</version>
<version>
${xxl-job.version}
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<xxl-job.version>
1.4.0
</xxl-job.version>
<spring.version>
3.2.14.RELEASE
</spring.version>
</properties>
<dependencies>
<dependencies>
<!-- springframe start -->
<!-- springframe start -->
<dependency>
<dependency>
...
...
xxl-job-core/pom.xml
View file @
c9f2b33e
...
@@ -9,6 +9,11 @@
...
@@ -9,6 +9,11 @@
<artifactId>
xxl-job-core
</artifactId>
<artifactId>
xxl-job-core
</artifactId>
<version>
${xxl-job.version}
</version>
<version>
${xxl-job.version}
</version>
<properties>
<xxl-job.version>
1.4.0
</xxl-job.version>
<spring.version>
3.2.14.RELEASE
</spring.version>
</properties>
<dependencies>
<dependencies>
<!-- servlet -->
<!-- servlet -->
<dependency>
<dependency>
...
...
xxl-job-executor-example/pom.xml
View file @
c9f2b33e
...
@@ -10,6 +10,10 @@
...
@@ -10,6 +10,10 @@
<version>
${xxl-job.version}
</version>
<version>
${xxl-job.version}
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<xxl-job.version>
1.4.0
</xxl-job.version>
<spring.version>
3.2.14.RELEASE
</spring.version>
</properties>
<dependencies>
<dependencies>
<!-- springframe start -->
<!-- springframe start -->
...
...
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