Skip to content

Commit 1db2541

Browse files
committed
Removes Slf4j adapter which is no longer needed
1 parent 263b8f7 commit 1db2541

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@
126126
<scope>test</scope>
127127
<optional>true</optional>
128128
</dependency>
129-
<dependency>
130-
<groupId>org.slf4j</groupId>
131-
<artifactId>slf4j-nop</artifactId>
132-
<version>${slf4j.version}</version>
133-
<scope>test</scope>
134-
<optional>true</optional>
135-
</dependency>
136129
<dependency>
137130
<groupId>com.zaxxer</groupId>
138131
<artifactId>HikariCP</artifactId>

0 commit comments

Comments
 (0)