Skip to content

Commit bf9b36f

Browse files
committed
解决jar包脱敏
1 parent d5804c7 commit bf9b36f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

spring-cloud-gray-server/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,23 @@
9696
<groupId>com.querydsl</groupId>
9797
<artifactId>querydsl-apt</artifactId>
9898
<scope>provided</scope>
99+
<exclusions>
100+
<exclusion>
101+
<artifactId>javassist</artifactId>
102+
<groupId>org.javassist</groupId>
103+
</exclusion>
104+
</exclusions>
99105
</dependency>
100106

101107
<dependency>
102108
<groupId>com.querydsl</groupId>
103109
<artifactId>querydsl-jpa</artifactId>
110+
<exclusions>
111+
<exclusion>
112+
<artifactId>jsr305</artifactId>
113+
<groupId>com.google.code.findbugs</groupId>
114+
</exclusion>
115+
</exclusions>
104116
</dependency>
105117
<dependency>
106118
<groupId>mysql</groupId>

0 commit comments

Comments
 (0)