[prev in list] [next in list] [prev in thread] [next in thread] 

List:       flume-commits
Subject:    flume git commit: FLUME-2678. Refactor Hive dependencies.
From:       hshreedharan () apache ! org
Date:       2015-04-17 18:33:45
Message-ID: e76a509f6d784da3b37e8121fa04fb0b () git ! apache ! org
[Download RAW message or body]

Repository: flume
Updated Branches:
  refs/heads/flume-1.7 15d71c311 -> 69ff1884d


FLUME-2678. Refactor Hive dependencies.

(Johny Rufus via Hari)


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

Branch: refs/heads/flume-1.7
Commit: 69ff1884db61aef62351a50b233ecf8b05b89a40
Parents: 15d71c3
Author: Hari Shreedharan <hshreedharan@apache.org>
Authored: Fri Apr 17 11:32:17 2015 -0700
Committer: Hari Shreedharan <hshreedharan@apache.org>
Committed: Fri Apr 17 11:33:15 2015 -0700

----------------------------------------------------------------------
 flume-ng-sinks/flume-hive-sink/pom.xml |  5 +----
 pom.xml                                | 15 +++++++++++++++
 2 files changed, 16 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/69ff1884/flume-ng-sinks/flume-hive-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-hive-sink/pom.xml b/flume-ng-sinks/flume-hive-sink/pom.xml
index 67b93f3..768763d 100644
--- a/flume-ng-sinks/flume-hive-sink/pom.xml
+++ b/flume-ng-sinks/flume-hive-sink/pom.xml
@@ -173,14 +173,11 @@ limitations under the License.
     <dependency>
       <groupId>xalan</groupId>
       <artifactId>serializer</artifactId>
-      <version>2.7.1</version>
-      <scope>runtime</scope>
     </dependency>
+
     <dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
-      <scope>runtime</scope>
-      <version>2.7.1</version>
     </dependency>
     <!-- end temporary -->
 

http://git-wip-us.apache.org/repos/asf/flume/blob/69ff1884/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 72a6f17..e2a7119 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1401,6 +1401,21 @@ limitations under the License.
         <scope>test</scope>
       </dependency>
 
+      <!-- Dependency for Hive Sink  -->
+      <dependency>
+        <groupId>xalan</groupId>
+        <artifactId>serializer</artifactId>
+        <version>2.7.2</version>
+        <scope>runtime</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>xalan</groupId>
+        <artifactId>xalan</artifactId>
+        <scope>runtime</scope>
+        <version>2.7.2</version>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic