File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ under the License.
95
95
<plexus-archiver .version>4.9.2</plexus-archiver .version>
96
96
<pluginTestingVersion >3.3.0</pluginTestingVersion >
97
97
<resolverVersion >1.4.1</resolverVersion >
98
- <slf4j .version >1.7.36</slf4j .version >
98
+ <slf4jVersion >1.7.36</slf4jVersion >
99
99
100
100
<project .build.outputTimestamp>2023-10-20T21:21:50Z</project .build.outputTimestamp>
101
101
</properties >
@@ -313,6 +313,11 @@ under the License.
313
313
<!-- stick with old GAV until https://github.com/eclipse-m2e/m2e-core/issues/944 is fixed -->
314
314
<scope >compile</scope >
315
315
</dependency >
316
+ <dependency >
317
+ <groupId >org.slf4j</groupId >
318
+ <artifactId >slf4j-api</artifactId >
319
+ <version >${slf4jVersion} </version >
320
+ </dependency >
316
321
317
322
<!-- test -->
318
323
<dependency >
@@ -428,7 +433,7 @@ under the License.
428
433
<dependency >
429
434
<groupId >org.slf4j</groupId >
430
435
<artifactId >slf4j-simple</artifactId >
431
- <version >${slf4j.version } </version >
436
+ <version >${slf4jVersion } </version >
432
437
<scope >test</scope >
433
438
</dependency >
434
439
</dependencies >
You can’t perform that action at this time.
0 commit comments