|
1 | 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 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> |
4 | 4 |
|
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> |
11 | 11 |
|
12 | | - <artifactId>spring-ws-axiom-1.2-tests</artifactId> |
| 12 | + <artifactId>spring-ws-axiom-1.2-tests</artifactId> |
13 | 13 |
|
14 | | - <dependencies> |
| 14 | + <dependencies> |
15 | 15 |
|
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> |
21 | 21 |
|
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> |
29 | 29 |
|
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> |
62 | 62 |
|
63 | 63 |
|
64 | | - </dependencies> |
| 64 | + </dependencies> |
65 | 65 |
|
66 | 66 | </project> |
0 commit comments