Skip to content

Commit

Permalink
Correcting a mistake with test jars.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bacon committed Nov 13, 2015
1 parent 3647b6c commit a51d72f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,13 @@
<type>test-jar</type>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>substeps-core</artifactId>
<version>${substeps.core.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit a51d72f

Please sign in to comment.