Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2-incubating
-
None
Description
The parent pom contains the following invalid dependency (note the ending dot in the groupId):
<dependency> <groupId>org.jboss.arquillian.</groupId> <artifactId>arquillian-bom</artifactId> <version>${arquillian.version}</version> <type>pom</type> <scope>import</scope> </dependency>
I created a PR on GitHub.