Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
dependency-manage graphene so that -examples can use this as a parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmcwhirter committed Nov 23, 2015
1 parent 77983c1 commit 5e11be8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -441,6 +441,13 @@
<artifactId>jopt-simple</artifactId>
<version>4.9</version>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>graphene-webdriver</artifactId>
<version>${version.org.arquillian.graphene}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 5e11be8

Please sign in to comment.