File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 161
161
<dependency >
162
162
<groupId >org.aspectj</groupId >
163
163
<artifactId >aspectjrt</artifactId >
164
- <version >1.5.4 </version >
164
+ <version >1.6.9 </version >
165
165
<scope >test</scope >
166
166
</dependency >
167
167
<dependency >
Original file line number Diff line number Diff line change 430
430
<artifactId >axiom-impl</artifactId >
431
431
<version >1.2.9</version >
432
432
<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 >
433
445
<exclusion >
434
446
<groupId >jaxen</groupId >
435
447
<artifactId >jaxen</artifactId >
624
636
<groupId >org.apache.activemq</groupId >
625
637
<artifactId >activemq-core</artifactId >
626
638
<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 >
627
645
</dependency >
628
646
<dependency >
629
647
<groupId >jivesoftware</groupId >
657
675
<dependency >
658
676
<groupId >log4j</groupId >
659
677
<artifactId >log4j</artifactId >
660
- <version >1.2.15 </version >
678
+ <version >1.2.16 </version >
661
679
<optional >true</optional >
662
680
<exclusions >
663
681
<exclusion >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >spring-ws-parent</artifactId >
5
5
<groupId >org.springframework.ws</groupId >
6
- <version >2.0.0-RC1 -SNAPSHOT</version >
6
+ <version >2.0.0-RELEASE -SNAPSHOT</version >
7
7
<relativePath >../parent/pom.xml</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments