Skip to content

Instantly share code, notes, and snippets.

View hacktrick's full-sized avatar

Patrick Hackbarth hacktrick

View GitHub Profile
@hacktrick
hacktrick / log4j2-maven-enforcer-plugin-configuration.txt
Last active December 14, 2021 12:19
Maven Enforcer Plugin - enforce Log4J 2 >= 2.15.0
...
<build>
<plugins>
...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>