Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 de594edaf -> f8e0512ec


PHOENIX-2867 IT tests for phoenix-flume fails with ClassNotFound Exception 
(Sergey Soldatov)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f8e0512e
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f8e0512e
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/f8e0512e

Branch: refs/heads/4.x-HBase-1.0
Commit: f8e0512ec3a4142177add717ba1444bff5d4ab6b
Parents: de594ed
Author: Samarth <[email protected]>
Authored: Fri Apr 29 11:29:04 2016 -0700
Committer: Samarth <[email protected]>
Committed: Fri Apr 29 11:29:04 2016 -0700

----------------------------------------------------------------------
 phoenix-flume/pom.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/f8e0512e/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 7fe1618..b33bedd 100644
--- a/phoenix-flume/pom.xml
+++ b/phoenix-flume/pom.xml
@@ -46,10 +46,6 @@
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.flume</groupId>
-      <artifactId>flume-ng-core</artifactId>
-    </dependency>
 
     <!-- Test Dependencies -->
     <dependency>
@@ -179,6 +175,12 @@
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
+
+    <!-- Main dependency on flume. The last to avoid using old commons-io in 
IT -->
+    <dependency>
+      <groupId>org.apache.flume</groupId>
+      <artifactId>flume-ng-core</artifactId>
+    </dependency>
   </dependencies>
 
   <build>

Reply via email to