exclude activation

This commit is contained in:
Shinsuke Sugaya 2020-07-01 18:33:13 +09:00
parent f8fca90815
commit a3b57ff346

View file

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