Skip to content
Snippets Groups Projects
Commit e265c4cc authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[misc] Remove not needed anymore exclusion

parent e7691ee4
No related branches found
No related tags found
No related merge requests found
......@@ -206,16 +206,12 @@
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</exclusion>
<!-- Remove when is https://issues.apache.org/jira/browse/TIKA-3537 fixed -->
<!-- Remove when https://issues.apache.org/jira/browse/TIKA-3537 is fixed -->
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<!-- Wrong ids -->
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment