Skip to content

Commit

Permalink
Upgrade version of mybatis-plus to 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftlin committed Feb 7, 2025
1 parent d319bb8 commit 235c48b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,17 @@
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-mybatis</artifactId>
<version>${linkis.version}</version>
<exclusions>
<exclusion>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus</artifactId>
<version>3.5.7</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
Expand Down

0 comments on commit 235c48b

Please sign in to comment.