You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sp...@apache.org on 2017/08/29 16:00:27 UTC

sentry git commit: SENTRY-1235 - Some pom changes - Signed off by Alexander Kolbasov

Repository: sentry
Updated Branches:
  refs/heads/master 24c1db670 -> 19a70338a


SENTRY-1235 - Some pom changes
 - Signed off by Alexander Kolbasov

Commit reapplied by Sergio Pena.


Project: http://git-wip-us.apache.org/repos/asf/sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/19a70338
Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/19a70338
Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/19a70338

Branch: refs/heads/master
Commit: 19a70338abd63bac2124d3f09ca382257c28ea29
Parents: 24c1db6
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu May 18 15:55:58 2017 +0100
Committer: Sergio Pena <se...@cloudera.com>
Committed: Tue Aug 29 10:58:44 2017 -0500

----------------------------------------------------------------------
 pom.xml                                         | 4 ++--
 sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml | 1 -
 sentry-tests/sentry-tests-sqoop/pom.xml         | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/19a70338/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d668877..473a45d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,8 @@ limitations under the License.
     <jettyVersion>8.1.19.v20160209</jettyVersion>
     <joda-time.version>2.5</joda-time.version>
     <junit.version>4.10</junit.version>
+    <kafka.version>0.9.0.0</kafka.version>
+    <libfb303.version>0.9.3</libfb303.version>
     <libthrift.version>0.9.3</libthrift.version>
     <log4j.version>1.2.16</log4j.version>
     <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>
@@ -93,8 +95,6 @@ limitations under the License.
     <sqoop.version>1.99.6</sqoop.version>
     <test.sentry.hadoop.classpath>${maven.test.classpath}</test.sentry.hadoop.classpath>
     <zookeeper.version>3.4.5</zookeeper.version>
-    <kafka.version>0.9.0.0</kafka.version>
-    <commons-io.version>1.3.2</commons-io.version>
     <hadoop-aws.version>2.7.0</hadoop-aws.version>
     <maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
     <datanucleus-core.version>3.2.12</datanucleus-core.version>

http://git-wip-us.apache.org/repos/asf/sentry/blob/19a70338/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml b/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
index 8d2df79..9a82f19 100644
--- a/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
+++ b/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
@@ -32,7 +32,6 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.sentry</groupId>
       <artifactId>sentry-hdfs-common</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.sentry</groupId>

http://git-wip-us.apache.org/repos/asf/sentry/blob/19a70338/sentry-tests/sentry-tests-sqoop/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-sqoop/pom.xml b/sentry-tests/sentry-tests-sqoop/pom.xml
index 74ec670..93a2bd2 100644
--- a/sentry-tests/sentry-tests-sqoop/pom.xml
+++ b/sentry-tests/sentry-tests-sqoop/pom.xml
@@ -33,6 +33,7 @@ limitations under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>