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
cffa501b
authored
Apr 12, 2020
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update rm
parent
4d44822e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
pom.xml
xxl-job-core/pom.xml
pom.xml
View file @
cffa501b
...
...
@@ -24,10 +24,11 @@
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.test.skip>
true
</maven.test.skip>
<xxl-rpc.version>
1.5.0
</xxl-rpc.version>
<netty-all.version>
4.1.48.Final
</netty-all.version>
<gson.version>
2.8.6
</gson.version>
<spring.version>
5.2.5.RELEASE
</spring.version>
<spring-boot.version>
2.2.
5
.RELEASE
</spring-boot.version>
<spring-boot.version>
2.2.
6
.RELEASE
</spring-boot.version>
<mybatis-spring-boot-starter.version>
2.1.2
</mybatis-spring-boot-starter.version>
<mysql-connector-java.version>
8.0.19
</mysql-connector-java.version>
...
...
@@ -36,7 +37,7 @@
<junit.version>
4.13
</junit.version>
<javax.annotation-api.version>
1.3.2
</javax.annotation-api.version>
<groovy.version>
3.0.
2
</groovy.version>
<groovy.version>
3.0.
3
</groovy.version>
<maven-source-plugin.version>
3.2.1
</maven-source-plugin.version>
<maven-javadoc-plugin.version>
3.2.0
</maven-javadoc-plugin.version>
...
...
xxl-job-core/pom.xml
View file @
cffa501b
...
...
@@ -19,12 +19,12 @@
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-all
</artifactId>
<version>
4.1.48.Final
</version>
<version>
${netty-all.version}
</version>
</dependency>
<dependency>
<groupId>
com.google.code.gson
</groupId>
<artifactId>
gson
</artifactId>
<version>
2.8.6
</version>
<version>
${gson.version}
</version>
</dependency>
<!-- ********************** plugin ********************** -->
...
...
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