Repository: flume Updated Branches: refs/heads/trunk e1740c056 -> 0b72ca223
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/0b72ca22 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/0b72ca22 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/0b72ca22 Branch: refs/heads/trunk Commit: 0b72ca223f412ae214395c60e381c99fb1fcc18a Parents: e1740c0 Author: Hari Shreedharan <[email protected]> Authored: Fri Apr 17 11:32:17 2015 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Fri Apr 17 11:32:17 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/0b72ca22/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/0b72ca22/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>
