Added sentry-tools to poms
Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/0580230c Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/0580230c Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/0580230c Branch: refs/heads/akolb-ha-cli Commit: 0580230cba9665a4bc50841aee8fcbe352ab266a Parents: f8cc8ea Author: Alexander Kolbasov <[email protected]> Authored: Tue Dec 13 16:39:18 2016 -0800 Committer: Alexander Kolbasov <[email protected]> Committed: Sun Jan 22 17:09:07 2017 -0800 ---------------------------------------------------------------------- sentry-dist/pom.xml | 5 +++++ sentry-tools/pom.xml | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/0580230c/sentry-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml index 14f6ba1..d605eb1 100644 --- a/sentry-dist/pom.xml +++ b/sentry-dist/pom.xml @@ -99,6 +99,11 @@ limitations under the License. <artifactId>sentry-hdfs-dist</artifactId> </dependency> <dependency> + <groupId>org.apache.sentry</groupId> + <artifactId>sentry-tools</artifactId> + <version>1.8.0-SNAPSHOT</version> + </dependency> + <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.39</version> http://git-wip-us.apache.org/repos/asf/sentry/blob/0580230c/sentry-tools/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-tools/pom.xml b/sentry-tools/pom.xml index 62dd862..a46319b 100644 --- a/sentry-tools/pom.xml +++ b/sentry-tools/pom.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
