Skip to content

Commit

Permalink
Add <scope>test</scope> to the JUnit dependency
Browse files Browse the repository at this point in the history
JUnit is only needed at test-time, not at runtime. That way it will
avoid packaging it into the p2 repo.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
  • Loading branch information
Alexandre Montplaisir committed Jun 9, 2017
1 parent 9753ed5 commit ece514a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ctf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit ece514a

Please sign in to comment.