You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/07/12 16:38:20 UTC

[accumulo-testing] branch 1.9 updated: Clean up shaded jar conflicts (#17)

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/1.9 by this push:
     new 770a77a  Clean up shaded jar conflicts (#17)
770a77a is described below

commit 770a77a3853cb64b1c54db35d092bf953bf9cecb
Author: Keith Turner <ke...@deenlo.com>
AuthorDate: Thu Jul 12 12:38:18 2018 -0400

    Clean up shaded jar conflicts (#17)
---
 core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/pom.xml b/core/pom.xml
index 7c8976b..aef6647 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -53,6 +53,7 @@
     <dependency>
       <groupId>org.apache.accumulo</groupId>
       <artifactId>accumulo-test</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>