Skip to content

Commit 9b96340

Browse files
committed
Upgrading dependencies
1 parent 0c1f86f commit 9b96340

File tree

2 files changed

+24
-63
lines changed

2 files changed

+24
-63
lines changed

parent/pom.xml

Lines changed: 10 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
3030
</scm>
3131
<properties>
32-
<spring.version>2.5.3</spring.version>
32+
<spring.version>2.5.4</spring.version>
3333
</properties>
3434
<repositories>
3535
<repository>
@@ -368,53 +368,7 @@
368368
<dependency>
369369
<groupId>org.codehaus.castor</groupId>
370370
<artifactId>castor</artifactId>
371-
<version>1.1.2</version>
372-
<exclusions>
373-
<exclusion>
374-
<groupId>adaptx</groupId>
375-
<artifactId>adaptx</artifactId>
376-
</exclusion>
377-
<exclusion>
378-
<groupId>ant</groupId>
379-
<artifactId>ant</artifactId>
380-
</exclusion>
381-
<exclusion>
382-
<groupId>cglib</groupId>
383-
<artifactId>cglib-full</artifactId>
384-
</exclusion>
385-
<exclusion>
386-
<groupId>com.cenqua.clover</groupId>
387-
<artifactId>clover</artifactId>
388-
</exclusion>
389-
<exclusion>
390-
<groupId>oro</groupId>
391-
<artifactId>oro</artifactId>
392-
</exclusion>
393-
<exclusion>
394-
<groupId>jakarta-regexp</groupId>
395-
<artifactId>jakarta-regexp</artifactId>
396-
</exclusion>
397-
<exclusion>
398-
<groupId>javax.servlet</groupId>
399-
<artifactId>servlet-api</artifactId>
400-
</exclusion>
401-
<exclusion>
402-
<groupId>javax.transaction</groupId>
403-
<artifactId>jta</artifactId>
404-
</exclusion>
405-
<exclusion>
406-
<groupId>ldapsdk</groupId>
407-
<artifactId>ldapsdk</artifactId>
408-
</exclusion>
409-
<exclusion>
410-
<groupId>log4j</groupId>
411-
<artifactId>log4j</artifactId>
412-
</exclusion>
413-
<exclusion>
414-
<groupId>xerces</groupId>
415-
<artifactId>xerces</artifactId>
416-
</exclusion>
417-
</exclusions>
371+
<version>1.2</version>
418372
</dependency>
419373
<!-- XMLBeans -->
420374
<dependency>
@@ -475,7 +429,7 @@
475429
<dependency>
476430
<groupId>org.apache.ws.commons.axiom</groupId>
477431
<artifactId>axiom-api</artifactId>
478-
<version>1.2.5</version>
432+
<version>1.2.7</version>
479433
<exclusions>
480434
<exclusion>
481435
<groupId>jaxen</groupId>
@@ -498,7 +452,7 @@
498452
<dependency>
499453
<groupId>org.apache.ws.commons.axiom</groupId>
500454
<artifactId>axiom-impl</artifactId>
501-
<version>1.2.5</version>
455+
<version>1.2.7</version>
502456
<exclusions>
503457
<exclusion>
504458
<groupId>jaxen</groupId>
@@ -646,7 +600,12 @@
646600
<dependency>
647601
<groupId>org.springframework.security</groupId>
648602
<artifactId>spring-security-core</artifactId>
649-
<version>2.0.0</version>
603+
<version>2.0.1</version>
604+
</dependency>
605+
<dependency>
606+
<groupId>org.springframework.security</groupId>
607+
<artifactId>spring-security-core-tiger</artifactId>
608+
<version>2.0.1</version>
650609
</dependency>
651610
<!-- JEE dependencies -->
652611
<dependency>

pom.xml

Lines changed: 14 additions & 12 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
<modelVersion>4.0.0</modelVersion>
45
<groupId>org.springframework.ws</groupId>
56
<artifactId>spring-ws</artifactId>
@@ -88,7 +89,7 @@
8889
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
8990
</scm>
9091
<properties>
91-
<spring.version>2.5.2</spring.version>
92+
<spring.version>2.5.4</spring.version>
9293
</properties>
9394
<modules>
9495
<module>parent</module>
@@ -360,13 +361,13 @@
360361
<artifactItem>
361362
<groupId>org.apache.ws.commons.axiom</groupId>
362363
<artifactId>axiom-api</artifactId>
363-
<version>1.2.5</version>
364+
<version>1.2.7</version>
364365
<outputDirectory>${project.build.directory}/dependency/ws-commons/</outputDirectory>
365366
</artifactItem>
366367
<artifactItem>
367368
<groupId>org.apache.ws.commons.axiom</groupId>
368369
<artifactId>axiom-impl</artifactId>
369-
<version>1.2.5</version>
370+
<version>1.2.7</version>
370371
<outputDirectory>${project.build.directory}/dependency/ws-commons/</outputDirectory>
371372
</artifactItem>
372373
<artifactItem>
@@ -424,7 +425,7 @@
424425
<artifactItem>
425426
<groupId>org.springframework.security</groupId>
426427
<artifactId>spring-security-core</artifactId>
427-
<version>2.0-M2</version>
428+
<version>2.0.1</version>
428429
<outputDirectory>${project.build.directory}/dependency/spring-security/</outputDirectory>
429430
</artifactItem>
430431
<!--Java EE-->
@@ -598,19 +599,20 @@
598599
<postProcess>
599600
<copy todir="target/site/reference">
600601
<fileset dir="target/docbkx">
601-
<include name="**/*.html" />
602-
<include name="**/*.pdf" />
602+
<include name="**/*.html"/>
603+
<include name="**/*.pdf"/>
603604
</fileset>
604605
</copy>
605606
<copy todir="target/site/reference/html">
606607
<fileset dir="src/docbkx/resources">
607-
<include name="**/*.css" />
608-
<include name="**/*.png" />
609-
<include name="**/*.gif" />
610-
<include name="**/*.jpg" />
608+
<include name="**/*.css"/>
609+
<include name="**/*.png"/>
610+
<include name="**/*.gif"/>
611+
<include name="**/*.jpg"/>
611612
</fileset>
612613
</copy>
613-
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
614+
<move file="target/site/reference/pdf/index.pdf"
615+
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
614616
</postProcess>
615617
</configuration>
616618
</plugin>

0 commit comments

Comments
 (0)