Repository: flume Updated Branches: refs/heads/flume-1.6 8ac759e06 -> e2dbf5a92
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/e2dbf5a9 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/e2dbf5a9 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/e2dbf5a9 Branch: refs/heads/flume-1.6 Commit: e2dbf5a92067281183ed6c9e721476afa38541ba Parents: 8ac759e Author: Hari Shreedharan <[email protected]> Authored: Fri Apr 17 11:32:17 2015 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Fri Apr 17 11:33:07 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/e2dbf5a9/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 4650a69..f256fc9 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/e2dbf5a9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1570156..81462b4 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>
