You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by co...@apache.org on 2017/10/19 11:20:42 UTC

[4/5] sentry git commit: Adding sentry-tools jar to the dist

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/akolb-cli
Commit: c649777d670133d011439f97114552354227f86a
Parents: 3c8c72c
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Oct 19 11:51:43 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
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>