Skip to content

Commit

Permalink
ShrinkWrap Descriptor SPI exports fest-assert
Browse files Browse the repository at this point in the history
Compile scoped fest-assert dependency cause Descriptors to expose
test scoped dependencies on user.
  • Loading branch information
aslakknutsen committed Feb 11, 2015
1 parent 57e2cd3 commit 5c40013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,18 +263,21 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${version.junit}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>${version.fest-assert}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>${version.mockito-all}</version>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down

0 comments on commit 5c40013

Please sign in to comment.