[
https://issues.jboss.org/browse/ARQGRA-470?page=com.atlassian.jira.plugin...
]
Lukáš Fryč commented on ARQGRA-470:
-----------------------------------
Yes, let's remove that definition if that is not required anymore. [~mjobanek] would
you try to simply build with the remove dependency management for jboss-logging and if
yes, send a PR?
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]
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)