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.
9595 <plexus-archiver.version>4.9.2</plexus-archiver.version>
9696 <pluginTestingVersion>3.3.0</pluginTestingVersion>
9797 <resolverVersion>1.4.1</resolverVersion>
98- <slf4j.version >1.7.36</slf4j.version >
98+ <slf4jVersion >1.7.36</slf4jVersion >
9999
100100 <project.build.outputTimestamp>2023-10-20T21:21:50Z</project.build.outputTimestamp>
101101 </properties>
@@ -313,6 +313,11 @@ under the License.
313313 <!-- stick with old GAV until https://github.com/eclipse-m2e/m2e-core/issues/944 is fixed -->
314314 <scope>compile</scope>
315315 </dependency>
316+ <dependency>
317+ <groupId>org.slf4j</groupId>
318+ <artifactId>slf4j-api</artifactId>
319+ <version>${slf4jVersion}</version>
320+ </dependency>
316321
317322 <!-- test -->
318323 <dependency>
@@ -428,7 +433,7 @@ under the License.
428433 <dependency>
429434 <groupId>org.slf4j</groupId>
430435 <artifactId>slf4j-simple</artifactId>
431- <version>${slf4j.version }</version>
436+ <version>${slf4jVersion }</version>
432437 <scope>test</scope>
433438 </dependency>
434439 </dependencies>
You can’t perform that action at this time.
0 commit comments