This repository was archived by the owner on May 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed
Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >app.coronawarn.verification</groupId >
77 <artifactId >cwa-dcc-server</artifactId >
8- <version >1.0.4 -SNAPSHOT</version >
8+ <version >1.0.5 -SNAPSHOT</version >
99 <packaging >jar</packaging >
1010
1111 <name >cwa-dcc-server</name >
9191 <groupId >org.liquibase</groupId >
9292 <artifactId >liquibase-core</artifactId >
9393 <version >${liquibase.version} </version >
94- </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 >
94+ </dependency >
10195 </dependencies >
10296 </dependencyManagement >
10397
246240 <artifactId >shedlock-spring</artifactId >
247241 <version >${shedlock.version} </version >
248242 </dependency >
249-
243+ <dependency >
244+ <groupId >org.apache.logging.log4j</groupId >
245+ <artifactId >log4j-api</artifactId >
246+ <version >2.17.0</version >
247+ <scope >compile</scope >
248+ </dependency >
249+ <dependency >
250+ <groupId >org.apache.logging.log4j</groupId >
251+ <artifactId >log4j-to-slf4j</artifactId >
252+ <version >2.17.0</version >
253+ <scope >compile</scope >
254+ </dependency >
250255 </dependencies >
251256
252257 <build >
You can’t perform that action at this time.
0 commit comments