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

Karel Piwko (JIRA) jira-events at lists.jboss.org
Tue Feb 14 03:19:00 EST 2012


Karel Piwko created ARQ-748:
-------------------------------

             Summary: 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


* CDI TestEnricher

Current version 1.1.0.Final is not available in Maven Central.
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