|
9 | 9 | <packaging>pom</packaging> |
10 | 10 |
|
11 | 11 | <name>Spring Web Services</name> |
12 | | - <url>http://project.spring.io/spring-ws</url> |
| 12 | + <url>http://spring.io/projects/spring-ws</url> |
13 | 13 | <description>Spring-based Web Services support</description> |
14 | 14 |
|
15 | 15 | <developers> |
|
104 | 104 | <junit.version>4.12</junit.version> |
105 | 105 | <log4j.version>1.2.17</log4j.version> |
106 | 106 | <log4j2.version>2.11.0</log4j2.version> |
| 107 | + <mail.version>1.4.7</mail.version> |
107 | 108 | <mock-javamail.version>1.9</mock-javamail.version> |
108 | 109 | <saaj-impl.version>1.3.28</saaj-impl.version> |
| 110 | + <slf4j.version>1.7.25</slf4j.version> |
109 | 111 | <smack.version>4.2.1</smack.version> |
110 | | - <spring.version>5.0.7.RELEASE</spring.version> |
111 | | - <spring-security.version>5.0.6.RELEASE</spring-security.version> |
| 112 | + <soap-api.version>1.4.0</soap-api.version> |
| 113 | + <spring.version>5.0.8.RELEASE</spring.version> |
| 114 | + <spring-security.version>5.0.7.RELEASE</spring-security.version> |
| 115 | + <stax.version>1.7.8</stax.version> |
112 | 116 | <sun-mail.version>1.6.0</sun-mail.version> |
113 | 117 | <woodstox.version>4.2.0</woodstox.version> |
114 | 118 | <wsdl4j.version>1.6.3</wsdl4j.version> |
115 | 119 | <wss4j.version>2.2.0</wss4j.version> |
| 120 | + <xmlsec.version>2.1.0</xmlsec.version> |
116 | 121 | <xml-schema-core.version>2.2.2</xml-schema-core.version> |
117 | 122 | <xmlunit.version>1.5</xmlunit.version> |
118 | 123 | <xws-security.version>3.0</xws-security.version> |
119 | 124 | <xom.version>1.2.5</xom.version> |
120 | 125 | </properties> |
121 | 126 |
|
| 127 | + <dependencyManagement> |
| 128 | + <dependencies> |
| 129 | + <dependency> |
| 130 | + <groupId>org.springframework</groupId> |
| 131 | + <artifactId>spring-framework-bom</artifactId> |
| 132 | + <version>${spring.version}</version> |
| 133 | + <type>pom</type> |
| 134 | + <scope>import</scope> |
| 135 | + </dependency> |
| 136 | + |
| 137 | + <dependency> |
| 138 | + <groupId>org.springframework.security</groupId> |
| 139 | + <artifactId>spring-security-bom</artifactId> |
| 140 | + <version>${spring-security.version}</version> |
| 141 | + <type>pom</type> |
| 142 | + <scope>import</scope> |
| 143 | + </dependency> |
| 144 | + </dependencies> |
| 145 | + </dependencyManagement> |
| 146 | + |
122 | 147 | <dependencies> |
123 | 148 |
|
124 | 149 | <dependency> |
|
129 | 154 | <dependency> |
130 | 155 | <groupId>org.springframework</groupId> |
131 | 156 | <artifactId>spring-core</artifactId> |
132 | | - <version>${spring.version}</version> |
133 | 157 | </dependency> |
134 | 158 |
|
135 | 159 | <dependency> |
|
184 | 208 | <profile> |
185 | 209 | <id>spring-buildsnapshot</id> |
186 | 210 | <properties> |
187 | | - <aspectj.version>1.9.0.RC2</aspectj.version> |
188 | | - <spring.version>5.0.8.BUILD-SNAPSHOT</spring.version> |
189 | | - <spring-security.version>5.0.7.BUILD-SNAPSHOT</spring-security.version> |
| 211 | + <aspectj.version>1.9.1</aspectj.version> |
| 212 | + <spring.version>5.0.9.BUILD-SNAPSHOT</spring.version> |
| 213 | + <spring-security.version>5.0.8.BUILD-SNAPSHOT</spring-security.version> |
190 | 214 | </properties> |
191 | 215 | <repositories> |
192 | 216 | <repository> |
|
219 | 243 | <profile> |
220 | 244 | <id>springnext</id> |
221 | 245 | <properties> |
222 | | - <aspectj.version>1.9.0.RC2</aspectj.version> |
223 | | - <spring.version>5.1.0.BUILD-SNAPSHOT</spring.version> |
224 | | - <spring-security.version>5.0.7.BUILD-SNAPSHOT</spring-security.version> |
| 246 | + <aspectj.version>1.9.1</aspectj.version> |
| 247 | + <spring.version>5.1.0.RC1</spring.version> |
| 248 | + <spring-security.version>5.1.0.M2</spring-security.version> |
225 | 249 | </properties> |
226 | 250 | <repositories> |
227 | 251 | <repository> |
|
251 | 275 | </repositories> |
252 | 276 | </profile> |
253 | 277 |
|
| 278 | + <profile> |
| 279 | + <id>convergence</id> |
| 280 | + |
| 281 | + <build> |
| 282 | + <plugins> |
| 283 | + <plugin> |
| 284 | + <groupId>org.apache.maven.plugins</groupId> |
| 285 | + <artifactId>maven-enforcer-plugin</artifactId> |
| 286 | + <version>3.0.0-M2</version> |
| 287 | + <executions> |
| 288 | + <execution> |
| 289 | + <id>default-cli</id> |
| 290 | + <goals> |
| 291 | + <goal>enforce</goal> |
| 292 | + </goals> |
| 293 | + <phase>validate</phase> |
| 294 | + <configuration> |
| 295 | + <rules> |
| 296 | + <bannedDependencies> |
| 297 | + <excludes> |
| 298 | + <exclude>commons-logging:*:*</exclude> |
| 299 | + </excludes> |
| 300 | + <searchTransitive>true</searchTransitive> |
| 301 | + </bannedDependencies> |
| 302 | + <dependencyConvergence /> |
| 303 | + </rules> |
| 304 | + <fail>true</fail> |
| 305 | + </configuration> |
| 306 | + </execution> |
| 307 | + </executions> |
| 308 | + </plugin> |
| 309 | + </plugins> |
| 310 | + </build> |
| 311 | + </profile> |
| 312 | + |
254 | 313 |
|
255 | 314 | <profile> |
256 | 315 | <id>distribute</id> |
|
602 | 661 | <artifactId>jaxws-ri</artifactId> |
603 | 662 | <version>2.3.0</version> |
604 | 663 | <type>pom</type> |
| 664 | + <exclusions> |
| 665 | + <exclusion> |
| 666 | + <groupId>org.codehaus.woodstox</groupId> |
| 667 | + <artifactId>woodstox-core-asl</artifactId> |
| 668 | + </exclusion> |
| 669 | + <exclusion> |
| 670 | + <groupId>org.jvnet.staxex</groupId> |
| 671 | + <artifactId>stax-ex</artifactId> |
| 672 | + </exclusion> |
| 673 | + <exclusion> |
| 674 | + <groupId>com.sun.xml.messaging.saaj</groupId> |
| 675 | + <artifactId>saaj-impl</artifactId> |
| 676 | + </exclusion> |
| 677 | + </exclusions> |
| 678 | + </dependency> |
| 679 | + |
| 680 | + <dependency> |
| 681 | + <groupId>org.jvnet.staxex</groupId> |
| 682 | + <artifactId>stax-ex</artifactId> |
| 683 | + <version>${stax.version}</version> |
| 684 | + </dependency> |
| 685 | + |
| 686 | + <dependency> |
| 687 | + <groupId>com.sun.xml.messaging.saaj</groupId> |
| 688 | + <artifactId>saaj-impl</artifactId> |
| 689 | + <version>${saaj-impl.version}</version> |
| 690 | + <exclusions> |
| 691 | + <exclusion> |
| 692 | + <groupId>javax.xml.soap</groupId> |
| 693 | + <artifactId>javax.xml.soap-api</artifactId> |
| 694 | + </exclusion> |
| 695 | + </exclusions> |
605 | 696 | </dependency> |
| 697 | + |
| 698 | + <dependency> |
| 699 | + <groupId>javax.xml.soap</groupId> |
| 700 | + <artifactId>javax.xml.soap-api</artifactId> |
| 701 | + <version>${soap-api.version}</version> |
| 702 | + </dependency> |
| 703 | + |
| 704 | + <dependency> |
| 705 | + <groupId>javax.xml.ws</groupId> |
| 706 | + <artifactId>jaxws-api</artifactId> |
| 707 | + <version>2.3.0</version> |
| 708 | + </dependency> |
| 709 | + |
606 | 710 | </dependencies> |
607 | 711 | </profile> |
608 | 712 |
|
|
0 commit comments