Skip to content

Commit

Permalink
reduce dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Mar 23, 2023
1 parent 5b33264 commit 4cd8636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.test.skip>true</maven.test.skip>

<netty-all.version>4.1.63.Final</netty-all.version>
<netty.version>4.1.90.Final</netty.version>
<gson.version>2.10.1</gson.version>

<spring.version>5.3.26</spring.version>
Expand Down
4 changes: 2 additions & 2 deletions xxl-job-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<!-- ********************** embed server: netty + gson ********************** -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty-all.version}</version>
<artifactId>netty-codec-http</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 4cd8636

Please sign in to comment.