Merge pull request #2859 from haberman/junit-dep-scope

Changed scope of Java deps to "test".
This commit is contained in:
Joshua Haberman 2017-03-16 12:25:42 -07:00 committed by GitHub
commit 89c3c456d2

View file

@ -22,14 +22,17 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<scope>test</scope>
</dependency>
</dependencies>