浏览代码

exclude activation

Shinsuke Sugaya 5 年之前
父节点
当前提交
a3b57ff346
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pom.xml

+ 4 - 0
pom.xml

@@ -1514,6 +1514,10 @@
 					<groupId>org.apache.httpcomponents</groupId>
 					<groupId>org.apache.httpcomponents</groupId>
 					<artifactId>httpclient</artifactId>
 					<artifactId>httpclient</artifactId>
 				</exclusion>
 				</exclusion>
+				<exclusion>
+					<groupId>javax.activation</groupId>
+					<artifactId>activation</artifactId>
+				</exclusion>
 			</exclusions>
 			</exclusions>
 		</dependency>
 		</dependency>
 	</dependencies>
 	</dependencies>