Browse Source

Changed scope of Java deps to "test".

This is per: https://github.com/google/protobuf/issues/2019
Josh Haberman 8 năm trước cách đây
mục cha
commit
496cd481fa
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      java/core/pom.xml

+ 3 - 0
java/core/pom.xml

@@ -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>