Skip to content

Commit

Permalink
fix tests for maven plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Mar 16, 2023
1 parent f7830c7 commit 655d84d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jaxws-ri/extras/jaxws-maven-plugin/pom.xml
Expand Up @@ -182,7 +182,8 @@
<warn.limit>150</warn.limit>
<jdoc.doclint>-missing</jdoc.doclint>

<jaxws-tools.version>${project.version}</jaxws-tools.version>
<!-- <jaxws-tools.version>${project.version}</jaxws-tools.version>-->
<jaxws-tools.version>4.0.1</jaxws-tools.version>
</properties>

<build>
Expand Down Expand Up @@ -441,7 +442,7 @@
<jaxws.plugin.version>${project.version}</jaxws.plugin.version>
<jaxws-ri.version>${jaxws-tools.version}</jaxws-ri.version>
<xml.ws.api.version>4.0.0</xml.ws.api.version>
<metro.version>4.0.0-M3</metro.version>
<metro.version>4.0.1</metro.version>
</filterProperties>
<properties>
<javax.xml.accessExternalSchema>all</javax.xml.accessExternalSchema>
Expand Down

0 comments on commit 655d84d

Please sign in to comment.