Skip to content

Commit 1dd16f8

Browse files
kazuki43zooschauder
authored andcommitted
DATAJDBC-201 - Cleaned up logging related dependencies.
Excluded dependency on jcl-over-slf4j. Removed now superfluous exclusion of commons-logging. Original pull request: #62.
1 parent 1a32e22 commit 1dd16f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,6 @@
178178
<dependency>
179179
<groupId>org.springframework</groupId>
180180
<artifactId>spring-core</artifactId>
181-
<exclusions>
182-
<exclusion>
183-
<groupId>commons-logging</groupId>
184-
<artifactId>commons-logging</artifactId>
185-
</exclusion>
186-
</exclusions>
187181
</dependency>
188182

189183
<dependency>
@@ -247,6 +241,12 @@
247241
<artifactId>mysql</artifactId>
248242
<version>${testcontainers.version}</version>
249243
<scope>test</scope>
244+
<exclusions>
245+
<exclusion>
246+
<groupId>org.slf4j</groupId>
247+
<artifactId>jcl-over-slf4j</artifactId>
248+
</exclusion>
249+
</exclusions>
250250
</dependency>
251251

252252
<dependency>

0 commit comments

Comments
 (0)