Repository: sentry Updated Branches: refs/heads/master afa4a6ebc -> 7c43d760a
SENTRY-1235 - Some pom changes - Signed off by Alexander Kolbasov Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/7c43d760 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/7c43d760 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/7c43d760 Branch: refs/heads/master Commit: 7c43d760a67e28aa4583ec716173fc6214558541 Parents: afa4a6e Author: Colm O hEigeartaigh <[email protected]> Authored: Thu May 18 15:55:58 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Thu May 18 15:55:58 2017 +0100 ---------------------------------------------------------------------- pom.xml | 3 +-- sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml | 1 - sentry-tests/sentry-tests-sqoop/pom.xml | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/7c43d760/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 703bde2..578e60f 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,7 @@ limitations under the License. <jetty.aggregate>7.6.0.v20120127</jetty.aggregate> <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> @@ -94,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> </properties> http://git-wip-us.apache.org/repos/asf/sentry/blob/7c43d760/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 b45490e..64fc1ac 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>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> http://git-wip-us.apache.org/repos/asf/sentry/blob/7c43d760/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 f70c5c3..e2ff365 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>
