Skip to content

Commit 0a67d6a

Browse files
committed
Fix classpath customization test
1 parent 9646dd4 commit 0a67d6a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

maven/tomee-maven-plugin/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,15 @@
118118
<dependency>
119119
<groupId>org.apache.logging.log4j</groupId>
120120
<artifactId>log4j-api</artifactId>
121-
<version>${version.log4j2}</version>
121+
<!-- These versions are intentionally old for ClasspathCustomizationTest -->
122+
<version>2.6.2</version>
122123
<scope>test</scope>
123124
</dependency>
124125
<dependency>
125126
<groupId>org.apache.logging.log4j</groupId>
126127
<artifactId>log4j-jul</artifactId>
127-
<version>${version.log4j2}</version>
128+
<!-- These versions are intentionally old for ClasspathCustomizationTest -->
129+
<version>2.6.2</version>
128130
<scope>test</scope>
129131
</dependency>
130132
</dependencies>

0 commit comments

Comments
 (0)