-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The stack testsuites rely on jbossXYZ maven profiles for setting up the proper client classpath. In order for simplifying the dependencies management for each target container, the org.jboss.as:jboss-as-webservices-tests-integration artifact for the selected target container is used. That however prevents updates to the org.jboss.as.webservices.tests.RemoteDeployer (in the ASIL) from being picked up, as the ASIL dependency (org.jboss.ws:jbossws-jbossXYZ:version:tests-integration) is not used.
We need to replace org.jboss.as:jboss-as-webservices-tests-integration dependency with the org.jboss.ws:jbossws-jbossXYZ:version:tests-integration one and update the ASIL for providing the same transitive dependencies that are currently provided by the former through its parent (org.jboss.as:jboss-as-webservices).