We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15f47e commit 7169b81Copy full SHA for 7169b81
pom.xml
@@ -93,7 +93,7 @@
93
<commons-io.version>2.5</commons-io.version>
94
<dom4j.version>1.6.1</dom4j.version>
95
<easymock.version>3.6</easymock.version>
96
- <ehcache.version>2.10.4</ehcache.version>
+ <ehcache.version>2.10.6</ehcache.version>
97
<httpclient.version>4.5.3</httpclient.version>
98
<javax-mail.version>1.6.0</javax-mail.version>
99
<javax-servlet.version>3.1.0</javax-servlet.version>
spring-ws-security/pom.xml
@@ -125,6 +125,10 @@
125
<groupId>org.slf4j</groupId>
126
<artifactId>slf4j-api</artifactId>
127
</exclusion>
128
+ <exclusion>
129
+ <groupId>commons-codec</groupId>
130
+ <artifactId>commons-codec</artifactId>
131
+ </exclusion>
132
</exclusions>
133
</dependency>
134
0 commit comments