Browse Source

DATACMNS-1040 - Remove exclusion of Commons Logging.

Related ticket: SPR-14512.
pull/18/merge
Oliver Gierke 9 years ago
parent
commit
562b6665a3
  1. 6
      pom.xml

6
pom.xml

@ -25,12 +25,6 @@ @@ -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>

Loading…
Cancel
Save