Skip to content

Commit

Permalink
YARN-6868. Add test scope to certain entries in hadoop-yarn-server-re…
Browse files Browse the repository at this point in the history
…sourcemanager pom.xml. (Ray Chiang via Haibo Chen)
  • Loading branch information
haibchen committed Aug 30, 2017
1 parent 9992675 commit a20e710
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
Expand All @@ -212,9 +213,11 @@
<groupId>org.fusesource.leveldbjni</groupId>
<artifactId>leveldbjni-all</artifactId>
</dependency>
<!-- 'mvn dependency:analyze' fails to detect use of this dependency -->
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<!-- 'mvn dependency:analyze' fails to detect use of this dependency -->
Expand Down

0 comments on commit a20e710

Please sign in to comment.