File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed
Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1717 <plugins >
1818 <plugin >
1919 <!-- wsimport for web service classes generation -->
20- <groupId >org.codehaus.mojo </groupId >
20+ <groupId >com.helger.maven </groupId >
2121 <artifactId >jaxws-maven-plugin</artifactId >
22- <version >1.11</version >
2322 <executions >
2423 <execution >
2524 <phase >generate-sources</phase >
Original file line number Diff line number Diff line change 1818 <plugin >
1919 <!-- wsgen for wsdl file generation -->
2020 <groupId >com.helger.maven</groupId >
21- <artifactId >jaxws-maven-plugin</artifactId >
22- <version >2.6</version >
21+ <artifactId >jaxws-maven-plugin</artifactId >
2322 <executions >
2423 <execution >
2524 <phase >process-classes</phase >
Original file line number Diff line number Diff line change 2424 <version >${project.version} </version >
2525 <scope >test</scope >
2626 </dependency >
27+ <dependency >
28+ <groupId >javax.xml.ws</groupId >
29+ <artifactId >jaxws-api</artifactId >
30+ <version >2.3.1</version >
31+ </dependency >
32+ <dependency >
33+ <groupId >com.sun.xml.ws</groupId >
34+ <artifactId >jaxws-rt</artifactId >
35+ <version >2.3.2</version >
36+ </dependency >
2737 </dependencies >
2838
2939 <build >
40+ <pluginManagement >
41+ <plugins >
42+ <plugin >
43+ <groupId >com.helger.maven</groupId >
44+ <artifactId >jaxws-maven-plugin</artifactId >
45+ <version >2.6</version >
46+ </plugin >
47+ </plugins >
48+ </pluginManagement >
49+
3050 <plugins >
3151 <plugin >
3252 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments