[JBoss JIRA] (JBWS-4202) Drop jboss-jaxrpc-api_1.1_spec dep from jbossws-common pom dependency management
by Brian Stansberry (Jira)
Brian Stansberry created JBWS-4202:
--------------------------------------
Summary: Drop jboss-jaxrpc-api_1.1_spec dep from jbossws-common pom dependency management
Key: JBWS-4202
URL: https://issues.redhat.com/browse/JBWS-4202
Project: JBoss Web Services
Issue Type: Task
Reporter: Brian Stansberry
The jbossws-common pom includes this but AFAICT there is no use of javax.xml.rpc packages in it.
{code}
<dependency>
<groupId>org.jboss.spec.javax.xml.rpc</groupId>
<artifactId>jboss-jaxrpc-api_1.1_spec</artifactId>
<version>${jaxrpc.api.version}</version>
<scope>provided</scope>
</dependency>
{code}
This was triggered by my looking into WFLY-13663, trying to clean out uses of WildFly's javax.xml.rpc.api module. The module that provides jbossws-common has such a use, but I suspect it's not needed any more.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)