Skip to content

Commit 431791c

Browse files
committed
解决jar包版本冲突
1 parent 20938ef commit 431791c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-cloud-gray-server/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@
114114
<dependency>
115115
<groupId>com.querydsl</groupId>
116116
<artifactId>querydsl-jpa</artifactId>
117+
<exclusions>
118+
<exclusion>
119+
<artifactId>jsr305</artifactId>
120+
<groupId>com.google.code.findbugs</groupId>
121+
</exclusion>
122+
</exclusions>
117123
</dependency>
118124
<dependency>
119125
<groupId>mysql</groupId>

0 commit comments

Comments
 (0)