Browse Source

client 排除jsr305不打进fat jar

machey 6 năm trước cách đây
mục cha
commit
3090557eeb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>