Skip to content

Commit

Permalink
update jar version
Browse files Browse the repository at this point in the history
  • Loading branch information
aiceflower committed Nov 15, 2024
1 parent 7e435e5 commit 1731c7a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions linkis-commons/linkis-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@
<groupId>io.springfox</groupId>
<artifactId>springfox-spring-webflux</artifactId>
<version>${springfox.version}</version>
<exclusions>
<exclusion>
<artifactId>classgraph</artifactId>
<groupId>io.github.classgraph</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.112</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@
<groupId>io.springfox</groupId>
<artifactId>springfox-spring-web</artifactId>
<version>${springfox.version}</version>
<exclusions>
<exclusion>
<artifactId>classgraph</artifactId>
<groupId>io.github.classgraph</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.112</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<httpmime.version>${httpclient.version}</httpmime.version>
<knife4j.version>2.0.9</knife4j.version>
<springfox.version>2.10.5</springfox.version>
<xstream.core.version>1.4.20</xstream.core.version>
<xstream.core.version>1.4.21</xstream.core.version>
<reflections.version>0.9.12</reflections.version>
<mybatis-plus.boot.starter.version>3.5.7</mybatis-plus.boot.starter.version>
<mysql.connector.version>8.0.28</mysql.connector.version>
Expand Down

0 comments on commit 1731c7a

Please sign in to comment.