DATACMNS-1040 - Remove exclusion of Commons Logging.

Related ticket: SPR-14512.
This commit is contained in:
Oliver Gierke
2017-04-11 11:38:58 +02:00
parent a681795597
commit 562b6665a3

View File

@@ -25,12 +25,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>