Skip to content

Commit 5cb3f3f

Browse files
patbaumgartnergregturn
authored andcommitted
Update xmlsec.
Resolves #1214.
1 parent fa76440 commit 5cb3f3f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>org.springframework.ws</groupId>
@@ -117,7 +116,7 @@
117116
<woodstox.version>4.2.0</woodstox.version>
118117
<wsdl4j.version>1.6.3</wsdl4j.version>
119118
<wss4j.version>2.3.0</wss4j.version>
120-
<xmlsec.version>2.2.0</xmlsec.version>
119+
<xmlsec.version>2.3.0</xmlsec.version>
121120
<xml-schema-core.version>2.2.2</xml-schema-core.version>
122121
<xmlunit1.version>1.6</xmlunit1.version>
123122
<xmlunit.version>2.7.0</xmlunit.version>
@@ -267,7 +266,7 @@
267266
</excludes>
268267
<searchTransitive>true</searchTransitive>
269268
</bannedDependencies>
270-
<dependencyConvergence/>
269+
<dependencyConvergence />
271270
</rules>
272271
<fail>true</fail>
273272
</configuration>
@@ -868,4 +867,4 @@
868867
<developerConnection>scm:git:ssh://[email protected]:spring-projects/spring-ws.git</developerConnection>
869868
</scm>
870869

871-
</project>
870+
</project>

0 commit comments

Comments
 (0)