[arquillian-issues] [JBoss JIRA] (ARQ-748) Update Arquillian test dependencies to be able to do a clean build against Maven Central

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Mon Apr 2 13:38:47 EDT 2012


     [ https://issues.jboss.org/browse/ARQ-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen updated ARQ-748:
------------------------------

    Fix Version/s: 1.0.0.CR8
                       (was: 1.0.0.Final)

    
> Update Arquillian test dependencies to be able to do a clean build against Maven Central
> ----------------------------------------------------------------------------------------
>
>                 Key: ARQ-748
>                 URL: https://issues.jboss.org/browse/ARQ-748
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Build Infrastructure
>    Affects Versions: 1.0.0.CR7
>            Reporter: Karel Piwko
>            Assignee: Karel Piwko
>             Fix For: 1.0.0.CR8
>
>
> * CDI TestEnricher
> Current version 1.1.0.Final is not available in Maven Central, update to 1.1.5.Final.
> Note that the change would require an update to related slf4j bindings to 1.6.1.
> * Servlet Protocol
> jboss.web:servlet-api:jar:3.0.0.alpha-25 in not available in Maven Central
> to be replaced with 
> {code:xml}
> <dependency>
>     <groupId>org.jboss.spec.javax.servlet</groupId>
>     <artifactId>jboss-servlet-api_3.0_spec</artifactId>
>     <version>1.0.0.Final</version>
> </dependency>
> {code}
> * Arquillian Example Domain/JUnit/TestNG
> same as protocol and org.jboss.ejb3:jboss-ejb3-api:jar:3.1.0 replaced with
> {code:xml}
> <dependency>
>     <groupId>org.jboss.spec.javax.ejb</groupId>
>     <artifactId>jboss-ejb-api_3.1_spec</artifactId>
>     <version>1.0.1.Final</version>
> </dependency>
> {code}
> and javax.jms:jms with 
> {code:xml}
> <dependency>
>     <groupId>org.jboss.spec.javax.jms</groupId>
>     <artifactId>jboss-jms-api_1.1_spec</artifactId>
>     <version>1.0.0.Final</version>
> </dependency>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list