[jboss-jira] [JBoss JIRA] Commented: (JBEE-84) Release EJB 3.1 APIs which includes a change to the jax-rpc dependency (only)
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Mon Jun 13 14:45:23 EDT 2011
[ https://issues.jboss.org/browse/JBEE-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608262#comment-12608262 ]
Shelly McGowan commented on JBEE-84:
------------------------------------
https://repository.jboss.org/nexus/content/groups/public/org/jboss/spec/javax/ejb/jboss-ejb-api_3.1_spec/1.0.1.Final/
> Release EJB 3.1 APIs which includes a change to the jax-rpc dependency (only)
> -----------------------------------------------------------------------------
>
> Key: JBEE-84
> URL: https://issues.jboss.org/browse/JBEE-84
> Project: JBoss JavaEE APIs
> Issue Type: Release
> Reporter: Shelly McGowan
> Assignee: Shelly McGowan
>
> There is a jax-rpc release now available in the JBoss Java EE API specs project:
> The EJB 3.1 pom has been changed to replace the dependency:
> <dependency>
> <groupId>javax.xml</groupId>
> <artifactId>jaxrpc-api</artifactId>
> <version>1.1</version>
> </dependency>
> with:
> <dependency>
> <groupId>org.jboss.spec.javax.xml.rpc</groupId>
> <artifactId>jboss-jaxrpc-api_1.1_spec</artifactId>
> <version>1.0.0.Final</version>
> <scope>provided</scope>
> </dependency>
> Therefore, a 1.0.1 release will be done for consideration of inclusion in AS 7 to minimize incorrect transitive dependencies.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list