Skip to content

Commit c2bba32

Browse files
committed
Add slf4j-nop dependency.
1 parent 8dff8ab commit c2bba32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<java.level>8</java.level>
2222
<jenkins-test-harness.version>2.49</jenkins-test-harness.version>
2323
<spotbugs.failOnError>false</spotbugs.failOnError>
24+
<slf4j-nop.version>1.7.26</slf4j-nop.version>
2425

2526
<!-- Library Dependencies Versions -->
2627
<error-prone.version>2.3.3</error-prone.version>
@@ -107,6 +108,11 @@
107108
<dependencies>
108109

109110
<!-- Project Dependencies -->
111+
<dependency>
112+
<groupId>org.slf4j</groupId>
113+
<artifactId>slf4j-nop</artifactId>
114+
<version>${slf4j-nop.version}</version>
115+
</dependency>
110116
<dependency>
111117
<groupId>com.github.spotbugs</groupId>
112118
<artifactId>spotbugs-annotations</artifactId>

0 commit comments

Comments
 (0)