[arquillian-issues] [JBoss JIRA] (ARQ-1287) arquillian-testng-standalone does not declare dependency on core impl in compile scope.

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed May 29 13:11:55 EDT 2013


    [ https://issues.jboss.org/browse/ARQ-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777948#comment-12777948 ] 

Lukáš Fryč commented on ARQ-1287:
---------------------------------

As Michal [reported|https://community.jboss.org/message/820175#820175], two dependencies are missing:

{code}
 <dependency>
                              <groupId>org.jboss.arquillian.core</groupId>
                              <artifactId>arquillian-core-impl-base</artifactId>
                              <scope>test</scope>
  </dependency>

  <dependency>
                              <groupId>org.jboss.arquillian.test</groupId>
                              <artifactId>arquillian-test-impl-base</artifactId>
                              <scope>test</scope>
  </dependency>
{code}
                
> arquillian-testng-standalone does not declare dependency on core impl in compile scope.
> ---------------------------------------------------------------------------------------
>
>                 Key: ARQ-1287
>                 URL: https://issues.jboss.org/browse/ARQ-1287
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Aliaksei Lahachou
>
> Unlike {{arquillian-junit-standalone}}, {{arquillian-testng-standalone}} does not declare dependency on core implementation ({{arquillian-core-impl-base}}, etc.) in compile scope. This leads to the problem, because user has to guess and specify dependencies these dependencies manually.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list