Adding sentry-tools jar to the dist
Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/c649777d Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/c649777d Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/c649777d Branch: refs/heads/master Commit: c649777d670133d011439f97114552354227f86a Parents: 3c8c72c Author: Colm O hEigeartaigh <[email protected]> Authored: Thu Oct 19 11:51:43 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Thu Oct 19 11:51:43 2017 +0100 ---------------------------------------------------------------------- pom.xml | 5 +++++ sentry-dist/pom.xml | 4 ++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/c649777d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 02cf8f7..2d42a99 100644 --- a/pom.xml +++ b/pom.xml @@ -487,6 +487,11 @@ limitations under the License. </dependency> <dependency> <groupId>org.apache.sentry</groupId> + <artifactId>sentry-tools</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.sentry</groupId> <artifactId>sentry-dist</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/sentry/blob/c649777d/sentry-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml index 2d7f57e..3bc8207 100644 --- a/sentry-dist/pom.xml +++ b/sentry-dist/pom.xml @@ -98,6 +98,10 @@ limitations under the License. <groupId>org.apache.sentry</groupId> <artifactId>sentry-hdfs-dist</artifactId> </dependency> + <dependency> + <groupId>org.apache.sentry</groupId> + <artifactId>sentry-tools</artifactId> + </dependency> </dependencies> <profiles> <profile>
