Skip to content

Commit

Permalink
Ban Jenkins test harness in compile scope (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Nov 22, 2023
1 parent ad89562 commit 511287b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -689,6 +689,8 @@
<exclude>log4j:log4j</exclude>
<!-- CVE-2021-44228 -->
<exclude>org.apache.logging.log4j:*:(,2.15.0-rc1]</exclude>
<!-- The Jenkins test harness wreaks havoc in production, so ensure it is in test scope. -->
<exclude>org.jenkins-ci.main:jenkins-test-harness:*:jar:compile</exclude>
<!-- PowerMock has been abandoned and does not work on newer Java versions. -->
<exclude>org.powermock:powermock-api-easymock</exclude>
<exclude>org.powermock:powermock-api-mockito2</exclude>
Expand Down

0 comments on commit 511287b

Please sign in to comment.