[
https://issues.jboss.org/browse/ARQ-1287?page=com.atlassian.jira.plugin.s...
]
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