Skip to content

Commit 3e55a7c

Browse files
committed
Updating poms
1 parent 462ad0a commit 3e55a7c

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<dependency>
162162
<groupId>org.aspectj</groupId>
163163
<artifactId>aspectjrt</artifactId>
164-
<version>1.5.4</version>
164+
<version>1.6.9</version>
165165
<scope>test</scope>
166166
</dependency>
167167
<dependency>

parent/pom.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,18 @@
430430
<artifactId>axiom-impl</artifactId>
431431
<version>1.2.9</version>
432432
<exclusions>
433+
<exclusion>
434+
<groupId>org.apache.geronimo.specs</groupId>
435+
<artifactId>geronimo-activation_1.1_spec</artifactId>
436+
</exclusion>
437+
<exclusion>
438+
<groupId>org.apache.geronimo.specs</groupId>
439+
<artifactId>geronimo-javamail_1.4_spec</artifactId>
440+
</exclusion>
441+
<exclusion>
442+
<groupId>org.apache.geronimo.specs</groupId>
443+
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
444+
</exclusion>
433445
<exclusion>
434446
<groupId>jaxen</groupId>
435447
<artifactId>jaxen</artifactId>
@@ -624,6 +636,12 @@
624636
<groupId>org.apache.activemq</groupId>
625637
<artifactId>activemq-core</artifactId>
626638
<version>4.1.1</version>
639+
<exclusions>
640+
<exclusion>
641+
<groupId>org.apache.geronimo.specs</groupId>
642+
<artifactId>geronimo-jms_1.1_spec</artifactId>
643+
</exclusion>
644+
</exclusions>
627645
</dependency>
628646
<dependency>
629647
<groupId>jivesoftware</groupId>
@@ -657,7 +675,7 @@
657675
<dependency>
658676
<groupId>log4j</groupId>
659677
<artifactId>log4j</artifactId>
660-
<version>1.2.15</version>
678+
<version>1.2.16</version>
661679
<optional>true</optional>
662680
<exclusions>
663681
<exclusion>

sandbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-ws-parent</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.0-RELEASE-SNAPSHOT</version>
77
<relativePath>../parent/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)