Skip to content

Commit f5f7e42

Browse files
committed
Polishing.
See #1264.
1 parent 9c0e99d commit f5f7e42

File tree

4 files changed

+70
-75
lines changed

4 files changed

+70
-75
lines changed

spring-ws-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<optional>true</optional>
138138
</dependency>
139139

140-
<!--// WSDL-->
140+
<!--// WSDL-->
141141
<dependency>
142142
<groupId>wsdl4j</groupId>
143143
<artifactId>wsdl4j</artifactId>

spring-ws-tests/pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3-
<modelVersion>4.0.0</modelVersion>
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
44

5-
<parent>
6-
<groupId>org.springframework.ws</groupId>
7-
<artifactId>spring-ws</artifactId>
8-
<version>3.1.4-SNAPSHOT</version>
9-
<relativePath>../pom.xml</relativePath>
10-
</parent>
5+
<parent>
6+
<groupId>org.springframework.ws</groupId>
7+
<artifactId>spring-ws</artifactId>
8+
<version>3.1.4-SNAPSHOT</version>
9+
<relativePath>../pom.xml</relativePath>
10+
</parent>
1111

12-
<artifactId>spring-ws-tests</artifactId>
13-
<packaging>pom</packaging>
14-
<description>A collection of modules to test various scenarios with Spring WS</description>
12+
<artifactId>spring-ws-tests</artifactId>
13+
<packaging>pom</packaging>
14+
<description>A collection of modules to test various scenarios with Spring WS</description>
1515

16-
<modules>
17-
<module>spring-ws-axiom-1.2-tests</module>
18-
</modules>
16+
<modules>
17+
<module>spring-ws-axiom-1.2-tests</module>
18+
</modules>
1919

2020
</project>
Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3-
<modelVersion>4.0.0</modelVersion>
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
44

5-
<parent>
6-
<groupId>org.springframework.ws</groupId>
7-
<artifactId>spring-ws-tests</artifactId>
8-
<version>3.1.4-SNAPSHOT</version>
9-
<relativePath>../pom.xml</relativePath>
10-
</parent>
5+
<parent>
6+
<groupId>org.springframework.ws</groupId>
7+
<artifactId>spring-ws-tests</artifactId>
8+
<version>3.1.4-SNAPSHOT</version>
9+
<relativePath>../pom.xml</relativePath>
10+
</parent>
1111

12-
<artifactId>spring-ws-axiom-1.2-tests</artifactId>
12+
<artifactId>spring-ws-axiom-1.2-tests</artifactId>
1313

14-
<dependencies>
14+
<dependencies>
1515

16-
<dependency>
17-
<groupId>org.springframework.ws</groupId>
18-
<artifactId>spring-ws-core</artifactId>
19-
<version>${project.parent.version}</version>
20-
</dependency>
16+
<dependency>
17+
<groupId>org.springframework.ws</groupId>
18+
<artifactId>spring-ws-core</artifactId>
19+
<version>${project.parent.version}</version>
20+
</dependency>
2121

22-
<dependency>
23-
<groupId>org.springframework.ws</groupId>
24-
<artifactId>spring-ws-core</artifactId>
25-
<version>${project.parent.version}</version>
26-
<type>test-jar</type>
27-
<scope>test</scope>
28-
</dependency>
22+
<dependency>
23+
<groupId>org.springframework.ws</groupId>
24+
<artifactId>spring-ws-core</artifactId>
25+
<version>${project.parent.version}</version>
26+
<type>test-jar</type>
27+
<scope>test</scope>
28+
</dependency>
2929

30-
<dependency>
31-
<groupId>org.apache.ws.commons.axiom</groupId>
32-
<artifactId>axiom-api</artifactId>
33-
<version>${axiom-1.2.version}</version>
34-
<optional>true</optional>
35-
<exclusions>
36-
<exclusion>
37-
<groupId>commons-logging</groupId>
38-
<artifactId>commons-logging</artifactId>
39-
</exclusion>
40-
</exclusions>
41-
</dependency>
42-
<dependency>
43-
<groupId>org.apache.ws.commons.axiom</groupId>
44-
<artifactId>axiom-impl</artifactId>
45-
<version>${axiom-1.2.version}</version>
46-
<optional>true</optional>
47-
<exclusions>
48-
<exclusion>
49-
<groupId>org.codehaus.woodstox</groupId>
50-
<artifactId>wstx-asl</artifactId>
51-
</exclusion>
52-
<exclusion>
53-
<groupId>com.fasterxml.woodstox</groupId>
54-
<artifactId>woodstox-core</artifactId>
55-
</exclusion>
56-
<exclusion>
57-
<groupId>commons-logging</groupId>
58-
<artifactId>commons-logging</artifactId>
59-
</exclusion>
60-
</exclusions>
61-
</dependency>
30+
<dependency>
31+
<groupId>org.apache.ws.commons.axiom</groupId>
32+
<artifactId>axiom-api</artifactId>
33+
<version>${axiom-1.2.version}</version>
34+
<optional>true</optional>
35+
<exclusions>
36+
<exclusion>
37+
<groupId>commons-logging</groupId>
38+
<artifactId>commons-logging</artifactId>
39+
</exclusion>
40+
</exclusions>
41+
</dependency>
42+
<dependency>
43+
<groupId>org.apache.ws.commons.axiom</groupId>
44+
<artifactId>axiom-impl</artifactId>
45+
<version>${axiom-1.2.version}</version>
46+
<optional>true</optional>
47+
<exclusions>
48+
<exclusion>
49+
<groupId>org.codehaus.woodstox</groupId>
50+
<artifactId>wstx-asl</artifactId>
51+
</exclusion>
52+
<exclusion>
53+
<groupId>com.fasterxml.woodstox</groupId>
54+
<artifactId>woodstox-core</artifactId>
55+
</exclusion>
56+
<exclusion>
57+
<groupId>commons-logging</groupId>
58+
<artifactId>commons-logging</artifactId>
59+
</exclusion>
60+
</exclusions>
61+
</dependency>
6262

6363

64-
</dependencies>
64+
</dependencies>
6565

6666
</project>

spring-xml/src/main/java/org/springframework/ws/soap/axiom/package.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)