Skip to content

Commit 255c601

Browse files
marko-bekhtayrodiere
authored andcommitted
Remove additional management of log4j in the perf module
- as now it can match the one managed in the root for tests
1 parent 11d54e5 commit 255c601

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

performance/pom.xml

-11
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<profilingOptions>-showversion</profilingOptions>
4141
<history.directory>${project.basedir}/history</history.directory>
4242
<jmh.version>1.37</jmh.version>
43-
<version.log4j-core>2.23.1</version.log4j-core>
4443

4544
<!-- default values, overridden per profile -->
4645
<beanvalidation-impl.name>none</beanvalidation-impl.name>
@@ -49,16 +48,6 @@
4948
<hibernate-validator-parent.path>../..</hibernate-validator-parent.path>
5049
</properties>
5150

52-
<dependencyManagement>
53-
<dependencies>
54-
<dependency>
55-
<groupId>org.apache.logging.log4j</groupId>
56-
<artifactId>log4j-core</artifactId>
57-
<version>${version.log4j-core}</version>
58-
</dependency>
59-
</dependencies>
60-
</dependencyManagement>
61-
6251
<dependencies>
6352
<dependency>
6453
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)