Skip to content

Commit

Permalink
Appropriate scope for test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Dec 11, 2015
1 parent b8aba06 commit 3260fd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions secret-store-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,17 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3260fd2

Please sign in to comment.