Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit f8499f7

Browse files
committed
fix
1 parent 46d695f commit f8499f7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@
9292
<artifactId>liquibase-core</artifactId>
9393
<version>${liquibase.version}</version>
9494
</dependency>
95+
<dependency>
96+
<groupId>org.apache.logging.log4j</groupId>
97+
<artifactId>log4j-bom</artifactId>
98+
<version>2.16.0</version>
99+
<scope>import</scope>
100+
</dependency>
95101
</dependencies>
96102
</dependencyManagement>
97103

@@ -240,12 +246,7 @@
240246
<artifactId>shedlock-spring</artifactId>
241247
<version>${shedlock.version}</version>
242248
</dependency>
243-
<dependency>
244-
<groupId>org.apache.logging.log4j</groupId>
245-
<artifactId>log4j-bom</artifactId>
246-
<version>2.16.0</version>
247-
<scope>import</scope>
248-
</dependency>
249+
249250
</dependencies>
250251

251252
<build>

0 commit comments

Comments
 (0)