Skip to content

Commit 7169b81

Browse files
committed
SWS-1072 - Resolve version conflict with commons-codec.
1 parent d15f47e commit 7169b81

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<commons-io.version>2.5</commons-io.version>
9494
<dom4j.version>1.6.1</dom4j.version>
9595
<easymock.version>3.6</easymock.version>
96-
<ehcache.version>2.10.4</ehcache.version>
96+
<ehcache.version>2.10.6</ehcache.version>
9797
<httpclient.version>4.5.3</httpclient.version>
9898
<javax-mail.version>1.6.0</javax-mail.version>
9999
<javax-servlet.version>3.1.0</javax-servlet.version>

spring-ws-security/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@
125125
<groupId>org.slf4j</groupId>
126126
<artifactId>slf4j-api</artifactId>
127127
</exclusion>
128+
<exclusion>
129+
<groupId>commons-codec</groupId>
130+
<artifactId>commons-codec</artifactId>
131+
</exclusion>
128132
</exclusions>
129133
</dependency>
130134

0 commit comments

Comments
 (0)