We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fde0db commit 0ea2645Copy full SHA for 0ea2645
pom.xml
@@ -574,6 +574,9 @@
574
<!-- CVE-2021-44228 -->
575
<exclude>org.apache.logging.log4j:*:(,2.15.0-rc1]</exclude>
576
577
+ <!-- The Jenkins test harness wreaks havoc in production, so ensure it is in test scope. -->
578
+ <exclude>org.jenkins-ci.main:jenkins-test-harness:*:jar:compile</exclude>
579
+
580
<!-- PowerMock has been abandoned and does not work on newer Java versions. -->
581
<exclude>org.powermock:powermock-api-easymock</exclude>
582
<exclude>org.powermock:powermock-api-mockito2</exclude>
0 commit comments