Skip to content

Commit

Permalink
Merge pull request #2940 from jglick/cleanup-JENKINS-25625
Browse files Browse the repository at this point in the history
[JENKINS-25625] Deleting obsolete SECURITY-144-compat exclusion
  • Loading branch information
oleg-nenashev committed Jul 22, 2017
2 parents e770488 + 7df3303 commit adf01d0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/pom.xml
Expand Up @@ -81,14 +81,6 @@ THE SOFTWARE.
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
<exclusion>
<!--
during test, this jar gets loaded at the same level as remoting.jar and can cause conflicts depending on the order.
the package is also not signed, and it creates package conflicts between the signed package from remoting.jar
-->
<groupId>org.jenkins-ci</groupId>
<artifactId>SECURITY-144-compat</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down

0 comments on commit adf01d0

Please sign in to comment.