Skip to content

Commit bec05cf

Browse files
authored
Merge pull request luop23#2 from weixiaonan1/dev
更新
2 parents f068a21 + d37c905 commit bec05cf

File tree

6 files changed

+281
-302
lines changed

6 files changed

+281
-302
lines changed

pom.xml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,13 @@
2424
<dependency>
2525
<groupId>com.github.jsqlparser</groupId>
2626
<artifactId>jsqlparser</artifactId>
27-
<version>0.9.1</version>
27+
<version>3.2</version>
2828
</dependency>
29-
30-
<dependency>
31-
<groupId>org.springframework.boot</groupId>
32-
<artifactId>spring-boot-starter</artifactId>
33-
</dependency>
34-
3529
<dependency>
36-
<groupId>org.springframework.boot</groupId>
37-
<artifactId>spring-boot-starter-test</artifactId>
30+
<groupId>org.junit.jupiter</groupId>
31+
<artifactId>junit-jupiter</artifactId>
32+
<version>5.6.3</version>
3833
<scope>test</scope>
39-
<exclusions>
40-
<exclusion>
41-
<groupId>org.junit.vintage</groupId>
42-
<artifactId>junit-vintage-engine</artifactId>
43-
</exclusion>
44-
</exclusions>
4534
</dependency>
4635
</dependencies>
4736

0 commit comments

Comments
 (0)