Skip to content

Commit

Permalink
Fix JAX-WS related arquillian tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Oct 18, 2023
1 parent 8bb0592 commit 0fe297f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<!-- FIXME: CXF4 does not support it yet. JAX-B references removed jakarta.xml.bind.Validator -->
<exclude>**/RootContextTest.java</exclude>
<exclude>**/JAXWSTest.java</exclude>
<exclude>**/WebServiceContextEJBTest.java</exclude>
<exclude>**/WebServiceContextTest.java</exclude>
<exclude>**/JAXWSDDTest.java</exclude>
<exclude>**/OpenEJBJarForAddressDeploymentTest.java</exclude>
<exclude>**/WsRsTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<!-- org.glassfish -->
<version.mojarra>4.0.1</version.mojarra>
<!-- org.hibernate -->
<version.hibernate.orm>6.1.4.Final</version.hibernate.orm>
<version.hibernate.orm>6.3.1.Final</version.hibernate.orm>
<version.hibernate.validator>7.0.5.Final</version.hibernate.validator>

<!-- Other API and Impl. not in Jakarta EE -->
Expand Down

0 comments on commit 0fe297f

Please sign in to comment.