]
Martin Kouba commented on WFLY-4572:
------------------------------------
There is a comment in wildfly-arquillian-parent pom.xml:
{code:xml}
<!-- Needed until issues with a thin WildFly server pulling down
artifacts from a remote repo are resolved. This ensures
the needed WildFly Core artifacts are available locally
when we provision a server for the testsuite -->
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-core-feature-pack</artifactId>
<type>pom</type>
<version>${version.org.wildfly.core}</version>
</dependency>
{code}
wildfly-arquillian uses slf4j-api:1.7.7.jbossorg-1 which is not
available in maven central repository
-----------------------------------------------------------------------------------------------------
Key: WFLY-4572
URL:
https://issues.jboss.org/browse/WFLY-4572
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 8.2.0.Final, 9.0.0.Beta2
Reporter: Martin Kouba
Assignee: Paul Gier
GAV: {{org.slf4j:slf4j-api:1.7.7.jbossorg-1}}
As a result, it's not possible to build a project which depends on some referencing
module, e.g. {{wildfly-arquillian-common}}, and does not define JBoss repository at the
same time.