]
Matous Jobanek updated ARQGRA-470:
----------------------------------
Git Pull Request:
Missing version of org.jboss.logging:jboss-logging in
org.jboss.arquillian.graphene:graphene-parent
---------------------------------------------------------------------------------------------------
Key: ARQGRA-470
URL:
https://issues.jboss.org/browse/ARQGRA-470
Project: Arquillian Graphene
Issue Type: Bug
Affects Versions: 2.1.0.Alpha2
Reporter: Matous Jobanek
Fix For: 2.1-Tracking
There in the org.jboss.arquillian.graphene:graphene-parent pom is defined a dependency:
{code:xml}
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>${version.jboss.logging}</version>
</dependency>
{code}
however the variable {{version.jboss.logging}} is not defined neither it this pom nor in
the parent pom.
see:
[
org.jboss.arquillian.graphene:graphene-parent:2.1.0.Alpha2|https://repo1....]
[
github|https://github.com/arquillian/arquillian-graphene/blob/master/pom.xml]