Skip to content

Commit f82a019

Browse files
committed
Add missing dependency
1 parent 3da6db7 commit f82a019

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)