We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9646dd4 commit 0a67d6aCopy full SHA for 0a67d6a
1 file changed
maven/tomee-maven-plugin/pom.xml
@@ -118,13 +118,15 @@
118
<dependency>
119
<groupId>org.apache.logging.log4j</groupId>
120
<artifactId>log4j-api</artifactId>
121
- <version>${version.log4j2}</version>
+ <!-- These versions are intentionally old for ClasspathCustomizationTest -->
122
+ <version>2.6.2</version>
123
<scope>test</scope>
124
</dependency>
125
126
127
<artifactId>log4j-jul</artifactId>
128
129
130
131
132
</dependencies>
0 commit comments