Skip to content

Commit

Permalink
Add PowerMock to banned dependencies (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Oct 31, 2023
1 parent 69ebae9 commit 06669dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Expand Up @@ -689,6 +689,23 @@
<exclude>log4j:log4j</exclude>
<!-- CVE-2021-44228 -->
<exclude>org.apache.logging.log4j:*:(,2.15.0-rc1]</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>
<exclude>org.powermock:powermock-api-support</exclude>
<exclude>org.powermock:powermock-classloading-base</exclude>
<exclude>org.powermock:powermock-classloading-objenesis</exclude>
<exclude>org.powermock:powermock-classloading-xstream</exclude>
<exclude>org.powermock:powermock-core</exclude>
<exclude>org.powermock:powermock-module-javaagent</exclude>
<exclude>org.powermock:powermock-module-junit4</exclude>
<exclude>org.powermock:powermock-module-junit4-common</exclude>
<exclude>org.powermock:powermock-module-junit4-legacy</exclude>
<exclude>org.powermock:powermock-module-junit4-rule</exclude>
<exclude>org.powermock:powermock-module-junit4-rule-agent</exclude>
<exclude>org.powermock:powermock-module-testng</exclude>
<exclude>org.powermock:powermock-module-testng-agent</exclude>
<exclude>org.powermock:powermock-module-testng-common</exclude>
</excludes>
</bannedDependencies>
<requireUpperBoundDeps>
Expand Down

0 comments on commit 06669dd

Please sign in to comment.