Skip to content

Commit e425817

Browse files
committed
🎨 尝试去掉无用的validation-api依赖
1 parent 0d1320a commit e425817

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,6 @@
320320
<artifactId>bcpkix-jdk15on</artifactId>
321321
<version>1.68</version>
322322
</dependency>
323-
<dependency>
324-
<groupId>javax.validation</groupId>
325-
<artifactId>validation-api</artifactId>
326-
<version>2.0.1.Final</version>
327-
</dependency>
328323
</dependencies>
329324
</dependencyManagement>
330325

weixin-java-common/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@
7777
<groupId>org.projectlombok</groupId>
7878
<artifactId>lombok</artifactId>
7979
</dependency>
80-
<dependency>
81-
<groupId>javax.validation</groupId>
82-
<artifactId>validation-api</artifactId>
83-
</dependency>
8480

8581
<dependency>
8682
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)