Преглед изворни кода

client 排除jsr305不打进fat jar

machey пре 6 година
родитељ
комит
3090557eeb
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      client/pom.xml

+ 1 - 0
client/pom.xml

@@ -149,6 +149,7 @@
 							<exclude>commons-logging:commons-logging</exclude>
 							<exclude>aopalliance:aopalliance</exclude>
 							<exclude>com.google.protobuf:protobuf-java</exclude>
+							<exclude>com.google.code.findbugs:jsr305</exclude>
 							<exclude>io.netty:*</exclude>
 							<exclude>junit:junit</exclude>
 						</excludes>