Changed scope of Java deps to "test".

This is per: https://github.com/google/protobuf/issues/2019
This commit is contained in:
Josh Haberman 2017-03-15 18:27:05 -07:00
parent 4842363ee6
commit 496cd481fa

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>