Skip to content

Commit

Permalink
调整
Browse files Browse the repository at this point in the history
  • Loading branch information
yulichang committed Oct 31, 2024
1 parent 6e1c794 commit 8ecc698
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
8 changes: 0 additions & 8 deletions mybatis-plus-join-test/test-join/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,5 @@
<artifactId>mybatis-plus-join-processor</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
</dependencies>
</project>
2 changes: 2 additions & 0 deletions plugin/mybatis-plus-join-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>3.4.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.30.2-GA</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,6 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>3.4.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.30.2-GA</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 8ecc698

Please sign in to comment.