File tree Expand file tree Collapse file tree 3 files changed +6
-28
lines changed Expand file tree Collapse file tree 3 files changed +6
-28
lines changed Original file line number Diff line number Diff line change 8787 </archive >
8888 </configuration >
8989 </plugin >
90- <!-- IDEs -->
91- <plugin >
92- <artifactId >maven-eclipse-plugin</artifactId >
93- <configuration >
94- <downloadSources >true</downloadSources >
95- </configuration >
96- </plugin >
97- <plugin >
98- <artifactId >maven-idea-plugin</artifactId >
99- <configuration >
100- <downloadSources >true</downloadSources >
101- <downloadJavadocs >true</downloadJavadocs >
102- </configuration >
103- </plugin >
10490 </plugins >
10591 </build >
10692 <reporting >
522508 <artifactId >xmlsec</artifactId >
523509 <version >2.0</version >
524510 </dependency >
525- <dependency >
526- <groupId >org.apache.santuario</groupId >
527- <artifactId >xmlsec</artifactId >
528- <version >1.4.1</version >
529- </dependency >
530511 <dependency >
531512 <groupId >org.apache.ws.security</groupId >
532513 <artifactId >wss4j</artifactId >
533- <version >1.5.4 </version >
514+ <version >1.5.5 </version >
534515 <exclusions >
535516 <exclusion >
536517 <groupId >axis</groupId >
542523 </exclusion >
543524 <exclusion >
544525 <groupId >xerces</groupId >
545- <artifactId >xercecImpl </artifactId >
526+ <artifactId >xercesImpl </artifactId >
546527 </exclusion >
547528 <exclusion >
548529 <groupId >xml-apis</groupId >
Original file line number Diff line number Diff line change 393393 <artifactItem >
394394 <groupId >org.apache.ws.security</groupId >
395395 <artifactId >wss4j</artifactId >
396- <version >1.5.4 </version >
396+ <version >1.5.5 </version >
397397 <outputDirectory >${project.build.directory} /dependency/wss4j/</outputDirectory >
398398 </artifactItem >
399399 <artifactItem >
400400 <groupId >org.apache.santuario</groupId >
401401 <artifactId >xmlsec</artifactId >
402- <version >1.4.1 </version >
402+ <version >1.4.2 </version >
403403 <outputDirectory >${project.build.directory} /dependency/wss4j/</outputDirectory >
404404 </artifactItem >
405405 <artifactItem >
Original file line number Diff line number Diff line change 1- <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" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
23 <parent >
34 <artifactId >spring-ws-parent</artifactId >
45 <groupId >org.springframework.ws</groupId >
117118 <groupId >com.sun.xml.wss</groupId >
118119 <artifactId >xws-security</artifactId >
119120 </dependency >
120- <dependency >
121- <groupId >org.apache.santuario</groupId >
122- <artifactId >xmlsec</artifactId >
123- </dependency >
124121 <!-- WSS4J dependencies -->
125122 <dependency >
126123 <groupId >org.apache.ws.security</groupId >
You can’t perform that action at this time.
0 commit comments