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 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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments