Skip to content

Commit 24e261e

Browse files
committed
1 parent 62d2138 commit 24e261e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

samples/echo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<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/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
<parent>
34
<artifactId>spring-ws-samples</artifactId>
45
<groupId>org.springframework.ws</groupId>
@@ -42,6 +43,5 @@
4243
<artifactId>xalan</artifactId>
4344
<version>2.7.0</version>
4445
</dependency>
45-
4646
</dependencies>
4747
</project>

samples/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
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/maven-v4_0_0.xsd">
34
<parent>
45
<artifactId>spring-ws</artifactId>
56
<groupId>org.springframework.ws</groupId>
@@ -20,8 +21,6 @@
2021
<plugin>
2122
<groupId>org.mortbay.jetty</groupId>
2223
<artifactId>maven-jetty-plugin</artifactId>
23-
<version>6.1.4</version>
24-
2524
</plugin>
2625
<plugin>
2726
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)