Skip to content

Commit 76e110d

Browse files
committed
Merge pull request #273 from SlashITServices/issue253
Issue #253 - Fix to make jaxws-endpoint compile against JDK 8
2 parents 74ea497 + 1cd36aa commit 76e110d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jaxws/jaxws-endpoint/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<plugins>
1515
<plugin>
1616
<!-- wsgen for wsdl file generation -->
17-
<groupId>org.codehaus.mojo</groupId>
17+
<groupId>org.jvnet.jax-ws-commons</groupId>
1818
<artifactId>jaxws-maven-plugin</artifactId>
19-
<version>1.11</version>
19+
<version>2.3</version>
2020
<executions>
2121
<execution>
2222
<phase>process-classes</phase>

0 commit comments

Comments
 (0)