http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/knox-agent/pom.xml ---------------------------------------------------------------------- diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml index 9e85527..05e3692 100644 --- a/knox-agent/pom.xml +++ b/knox-agent/pom.xml @@ -16,98 +16,98 @@ 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"> - <modelVersion>4.0.0</modelVersion> - <groupId>security_plugins.ranger-knox-plugin</groupId> - <artifactId>ranger-knox-plugin</artifactId> - <name>Knox Security Plugin</name> - <description>Knox Security Plugins</description> - <packaging>jar</packaging> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <parent> - <groupId>org.apache.ranger</groupId> - <artifactId>ranger</artifactId> - <version>0.5.0</version> - <relativePath>..</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>org.apache.knox</groupId> - <artifactId>gateway-spi</artifactId> - <version>0.5.0</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>${javax.servlet.version}</version> - </dependency> - <dependency> - <groupId>org.glassfish.jersey.core</groupId> - <artifactId>jersey-client</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-integration</artifactId> - </dependency> - <!-- TO DEBUG JERSEY2 code: Comment the two jackson depedencies to debug jersey2 code. Their presence prevents jersy2 connections to work. --> - <dependency> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - <version>${codehaus.jackson.version}</version> - </dependency> - <dependency> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-core-asl</artifactId> - <version>${codehaus.jackson.version}</version> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugins-common</groupId> - <artifactId>ranger-plugins-common</artifactId> - <version>${project.version}</version> -<!-- TO DEBUG JERSEY2 code: uncomment this exclusion + <modelVersion>4.0.0</modelVersion> + <groupId>security_plugins.ranger-knox-plugin</groupId> + <artifactId>ranger-knox-plugin</artifactId> + <name>Knox Security Plugin</name> + <description>Knox Security Plugins</description> + <packaging>jar</packaging> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <parent> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger</artifactId> + <version>0.5.0</version> + <relativePath>..</relativePath> + </parent> + <dependencies> + <dependency> + <groupId>org.apache.knox</groupId> + <artifactId>gateway-spi</artifactId> + <version>0.5.0</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <version>${javax.servlet.version}</version> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.core</groupId> + <artifactId>jersey-client</artifactId> + </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-integration</artifactId> + </dependency> + <!-- TO DEBUG JERSEY2 code: Comment the two jackson depedencies to debug jersey2 code. Their presence prevents jersy2 connections to work. --> + <dependency> + <groupId>org.codehaus.jackson</groupId> + <artifactId>jackson-mapper-asl</artifactId> + <version>${codehaus.jackson.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.jackson</groupId> + <artifactId>jackson-core-asl</artifactId> + <version>${codehaus.jackson.version}</version> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugins-common</groupId> + <artifactId>ranger-plugins-common</artifactId> + <version>${project.version}</version> + <!-- TO DEBUG JERSEY2 code: uncomment this exclusion <exclusions><exclusion><artifactId>*</artifactId><groupId>*</groupId></exclusion></exclusions> - --> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugins-audit</groupId> - <artifactId>ranger-plugins-audit</artifactId> - <version>${project.version}</version> -<!-- TO DEBUG JERSEY2 code: uncomment this exclusion + --> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugins-audit</groupId> + <artifactId>ranger-plugins-audit</artifactId> + <version>${project.version}</version> + <!-- TO DEBUG JERSEY2 code: uncomment this exclusion <exclusions><exclusion><artifactId>*</artifactId><groupId>*</groupId></exclusion></exclusions> - --> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${commons.lang.version}</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons.collections.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> + --> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>${commons.lang.version}</version> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>${commons.collections.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdfs</artifactId> - <version>${hadoop.version}</version> - </dependency> - <dependency> - <groupId>org.apache.htrace</groupId> - <artifactId>htrace-core</artifactId> - <version>${htrace-core.version}</version> - </dependency> + <version>${hadoop.version}</version> + </dependency> + <dependency> + <groupId>org.apache.htrace</groupId> + <artifactId>htrace-core</artifactId> + <version>${htrace-core.version}</version> + </dependency> </dependencies> </project>
http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/lookup-client/pom.xml ---------------------------------------------------------------------- diff --git a/lookup-client/pom.xml b/lookup-client/pom.xml index 70fc1ff..723c96a 100644 --- a/lookup-client/pom.xml +++ b/lookup-client/pom.xml @@ -16,84 +16,81 @@ 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"> - <modelVersion>4.0.0</modelVersion> - <artifactId>lookup-client</artifactId> - <name>Resource Lookup API Implementation</name> - <description>Resource Lookup API Implementation</description> - <packaging>jar</packaging> - <parent> - <groupId>org.apache.ranger</groupId> - <artifactId>ranger</artifactId> - <version>0.5.0</version> - <relativePath>..</relativePath> - </parent> - - <dependencies> - <dependency> - <groupId>org.apache.calcite</groupId> - <artifactId>calcite-core</artifactId> - <version>${calcite.version}</version> - </dependency> - <dependency> - <groupId>org.apache.calcite</groupId> - <artifactId>calcite-avatica</artifactId> - <version>${calcite.version}</version> - </dependency> - <dependency> - <groupId>org.apache.tez</groupId> - <artifactId>tez-api</artifactId> - <version>${tez.version}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.tez</groupId> - <artifactId>tez-runtime-library</artifactId> - <version>${tez.version}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.tez</groupId> - <artifactId>tez-runtime-internals</artifactId> - <version>${tez.version}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.tez</groupId> - <artifactId>tez-mapreduce</artifactId> - <version>${tez.version}</version> - <optional>true</optional> - </dependency> - - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>${commons.logging.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-common</artifactId> - <version>${hadoop.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-hdfs</artifactId> - <version>${hadoop.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hbase</groupId> - <artifactId>hbase-server</artifactId> - <version>${hbase.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hive</groupId> - <artifactId>hive-common</artifactId> - <version>${hive.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hive</groupId> - <artifactId>hive-service</artifactId> - <version>${hive.version}</version> - </dependency> - </dependencies> + <modelVersion>4.0.0</modelVersion> + <artifactId>lookup-client</artifactId> + <name>Resource Lookup API Implementation</name> + <description>Resource Lookup API Implementation</description> + <packaging>jar</packaging> + <parent> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger</artifactId> + <version>0.5.0</version> + <relativePath>..</relativePath> + </parent> + <dependencies> + <dependency> + <groupId>org.apache.calcite</groupId> + <artifactId>calcite-core</artifactId> + <version>${calcite.version}</version> + </dependency> + <dependency> + <groupId>org.apache.calcite</groupId> + <artifactId>calcite-avatica</artifactId> + <version>${calcite.version}</version> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-api</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-runtime-library</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-runtime-internals</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-mapreduce</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>${commons.logging.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs</artifactId> + <version>${hadoop.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase-server</artifactId> + <version>${hbase.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hive</groupId> + <artifactId>hive-common</artifactId> + <version>${hive.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hive</groupId> + <artifactId>hive-service</artifactId> + <version>${hive.version}</version> + </dependency> + </dependencies> </project> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/plugin-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-kafka/pom.xml b/plugin-kafka/pom.xml index e14e48c..428b607 100644 --- a/plugin-kafka/pom.xml +++ b/plugin-kafka/pom.xml @@ -1,56 +1,62 @@ <?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"> - <modelVersion>4.0.0</modelVersion> - <groupId>security_plugins.ranger-kafka-plugin</groupId> - <artifactId>ranger-kafka-plugin</artifactId> - <name>KAFKA Security Plugin</name> - <description>KAFKA Security Plugin</description> - <packaging>jar</packaging> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <parent> - <groupId>org.apache.ranger</groupId> - <artifactId>ranger</artifactId> - <version>0.5.0</version> - <relativePath>..</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>security_plugins.ranger-plugins-common</groupId> - <artifactId>ranger-plugins-common</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugins-audit</groupId> - <artifactId>ranger-plugins-audit</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.ranger</groupId> - <artifactId>credentialbuilder</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.kafka</groupId> - <artifactId>kafka_2.10</artifactId> - <version>${kafka.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-hdfs</artifactId> - <version>${hadoop.version}</version> - </dependency> - </dependencies> +<!-- + 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"> + <modelVersion>4.0.0</modelVersion> + <groupId>security_plugins.ranger-kafka-plugin</groupId> + <artifactId>ranger-kafka-plugin</artifactId> + <name>KAFKA Security Plugin</name> + <description>KAFKA Security Plugin</description> + <packaging>jar</packaging> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <parent> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger</artifactId> + <version>0.5.0</version> + <relativePath>..</relativePath> + </parent> + <dependencies> + <dependency> + <groupId>security_plugins.ranger-plugins-common</groupId> + <artifactId>ranger-plugins-common</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugins-audit</groupId> + <artifactId>ranger-plugins-audit</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.ranger</groupId> + <artifactId>credentialbuilder</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.kafka</groupId> + <artifactId>kafka_2.10</artifactId> + <version>${kafka.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs</artifactId> + <version>${hadoop.version}</version> + </dependency> + </dependencies> </project> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/plugin-kms/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-kms/pom.xml b/plugin-kms/pom.xml old mode 100755 new mode 100644 index ddfde79..4f553d2 --- a/plugin-kms/pom.xml +++ b/plugin-kms/pom.xml @@ -16,36 +16,36 @@ 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"> - <modelVersion>4.0.0</modelVersion> - <groupId>security_plugins.ranger-kms-plugin</groupId> - <artifactId>ranger-kms-plugin</artifactId> - <name>KMS Security Plugin</name> - <description>KMS Security Plugin</description> - <packaging>jar</packaging> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <parent> - <groupId>org.apache.ranger</groupId> - <artifactId>ranger</artifactId> - <version>0.5.0</version> - <relativePath>..</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>security_plugins.ranger-plugins-common</groupId> - <artifactId>ranger-plugins-common</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugins-audit</groupId> - <artifactId>ranger-plugins-audit</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.ranger</groupId> - <artifactId>ranger-kms</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> + <modelVersion>4.0.0</modelVersion> + <groupId>security_plugins.ranger-kms-plugin</groupId> + <artifactId>ranger-kms-plugin</artifactId> + <name>KMS Security Plugin</name> + <description>KMS Security Plugin</description> + <packaging>jar</packaging> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <parent> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger</artifactId> + <version>0.5.0</version> + <relativePath>..</relativePath> + </parent> + <dependencies> + <dependency> + <groupId>security_plugins.ranger-plugins-common</groupId> + <artifactId>ranger-plugins-common</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugins-audit</groupId> + <artifactId>ranger-plugins-audit</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger-kms</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> </project> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/plugin-solr/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-solr/pom.xml b/plugin-solr/pom.xml index 922aa47..8085619 100644 --- a/plugin-solr/pom.xml +++ b/plugin-solr/pom.xml @@ -1,51 +1,56 @@ <?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"> - <modelVersion>4.0.0</modelVersion> - <groupId>security_plugins.ranger-solr-plugin</groupId> - <artifactId>ranger-solr-plugin</artifactId> - <name>SOLR Security Plugin</name> - <description>SOLR Security Plugin</description> - <packaging>jar</packaging> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <parent> - <groupId>org.apache.ranger</groupId> - <artifactId>ranger</artifactId> - <version>0.5.0</version> - <relativePath>..</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>security_plugins.ranger-plugins-common</groupId> - <artifactId>ranger-plugins-common</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugins-audit</groupId> - <artifactId>ranger-plugins-audit</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.ranger</groupId> - <artifactId>credentialbuilder</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-core</artifactId> - <version>${solr.version}</version> - </dependency> - </dependencies> +<!-- + 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"> + <modelVersion>4.0.0</modelVersion> + <groupId>security_plugins.ranger-solr-plugin</groupId> + <artifactId>ranger-solr-plugin</artifactId> + <name>SOLR Security Plugin</name> + <description>SOLR Security Plugin</description> + <packaging>jar</packaging> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <parent> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger</artifactId> + <version>0.5.0</version> + <relativePath>..</relativePath> + </parent> + <dependencies> + <dependency> + <groupId>security_plugins.ranger-plugins-common</groupId> + <artifactId>ranger-plugins-common</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugins-audit</groupId> + <artifactId>ranger-plugins-audit</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.ranger</groupId> + <artifactId>credentialbuilder</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.solr</groupId> + <artifactId>solr-core</artifactId> + <version>${solr.version}</version> + </dependency> + </dependencies> </project> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/plugin-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-yarn/pom.xml b/plugin-yarn/pom.xml index b6fb379..5cfc61b 100644 --- a/plugin-yarn/pom.xml +++ b/plugin-yarn/pom.xml @@ -16,46 +16,46 @@ 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"> - <modelVersion>4.0.0</modelVersion> - <groupId>security_plugins.ranger-yarn-plugin</groupId> - <artifactId>ranger-yarn-plugin</artifactId> - <name>YARN Security Plugin</name> - <description>YARN Security Plugin</description> - <packaging>jar</packaging> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <parent> - <groupId>org.apache.ranger</groupId> - <artifactId>ranger</artifactId> - <version>0.5.0</version> - <relativePath>..</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>security_plugins.ranger-plugins-common</groupId> - <artifactId>ranger-plugins-common</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugins-audit</groupId> - <artifactId>ranger-plugins-audit</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.ranger</groupId> - <artifactId>credentialbuilder</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-yarn-common</artifactId> - <version>${hadoop.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-yarn-api</artifactId> - <version>${hadoop.version}</version> - </dependency> - </dependencies> + <modelVersion>4.0.0</modelVersion> + <groupId>security_plugins.ranger-yarn-plugin</groupId> + <artifactId>ranger-yarn-plugin</artifactId> + <name>YARN Security Plugin</name> + <description>YARN Security Plugin</description> + <packaging>jar</packaging> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <parent> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger</artifactId> + <version>0.5.0</version> + <relativePath>..</relativePath> + </parent> + <dependencies> + <dependency> + <groupId>security_plugins.ranger-plugins-common</groupId> + <artifactId>ranger-plugins-common</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugins-audit</groupId> + <artifactId>ranger-plugins-audit</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.ranger</groupId> + <artifactId>credentialbuilder</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-yarn-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-yarn-api</artifactId> + <version>${hadoop.version}</version> + </dependency> + </dependencies> </project> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3cf9da7..2b335a8 100644 --- a/pom.xml +++ b/pom.xml @@ -14,253 +14,250 @@ 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"> - <modelVersion>4.0.0</modelVersion> - <parent> +--> +<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"> + <modelVersion>4.0.0</modelVersion> + <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>10</version> - </parent> - <groupId>org.apache.ranger</groupId> - <artifactId>ranger</artifactId> - <version>0.5.0</version> - <description>Security for Enforcing Enterprise Policies</description> - <packaging>pom</packaging> - <name>ranger</name> - <url>http://ranger.incubator.apache.org/</url> - <licenses> - <license> - <name>Apache 2.0 License</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> - <distribution>repo</distribution> - </license> - </licenses> - <scm> - <connection>scm:git:[email protected]:apache/incubator-ranger.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-ranger.git</developerConnection> - <url>scm:git:[email protected]:apache/incubator-ranger.git</url> - <tag>ranger-0.4.0-rc3</tag> - </scm> - <issueManagement> - <system>JIRA</system> - <url>https://issues.apache.org/jira/browse/ranger</url> - </issueManagement> - <prerequisites> - <maven>2.2.1</maven> - </prerequisites> - - <mailingLists> - <mailingList> - <name>Dev Mailing List</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - </mailingList> - - <mailingList> - <name>User Mailing List</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - </mailingList> - - <mailingList> - <name>Commits Mailing List</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - </mailingList> - </mailingLists> - - <modules> - <module>jisql</module> - <module>agents-audit</module> - <module>agents-common</module> - <module>agents-cred</module> - <module>agents-installer</module> - <module>credentialbuilder</module> - <module>embeddedwebserver</module> - <module>kms</module> - <module>hbase-agent</module> - <module>hdfs-agent</module> - <module>hive-agent</module> - <module>knox-agent</module> - <module>storm-agent</module> - <module>plugin-yarn</module> - <module>ranger_solrj</module> - <module>security-admin</module> - <module>plugin-kafka</module> - <module>plugin-solr</module> - <module>ugsync</module> - <module>ugsync/ldapconfigchecktool/ldapconfigcheck</module> - <module>unixauthclient</module> - <module>unixauthservice</module> - <module>ranger-util</module> - <module>plugin-kms</module> - <module>tagsync</module> - <module>ranger-hdfs-plugin-shim</module> - <module>ranger-plugin-classloader</module> - <module>ranger-hive-plugin-shim</module> - <module>ranger-hbase-plugin-shim</module> - <module>ranger-knox-plugin-shim</module> - <module>ranger-yarn-plugin-shim</module> - <module>ranger-storm-plugin-shim</module> - <module>ranger-kafka-plugin-shim</module> - <module>ranger-examples</module> - <module>ranger-tools</module> - </modules> - <properties> + </parent> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger</artifactId> + <version>0.5.0</version> + <description>Security for Enforcing Enterprise Policies</description> + <packaging>pom</packaging> + <name>ranger</name> + <url>http://ranger.incubator.apache.org/</url> + <licenses> + <license> + <name>Apache 2.0 License</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> + <distribution>repo</distribution> + </license> + </licenses> + <scm> + <connection>scm:git:[email protected]:apache/incubator-ranger.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-ranger.git</developerConnection> + <url>scm:git:[email protected]:apache/incubator-ranger.git</url> + <tag>ranger-0.4.0-rc3</tag> + </scm> + <issueManagement> + <system>JIRA</system> + <url>https://issues.apache.org/jira/browse/ranger</url> + </issueManagement> + <prerequisites> + <maven>2.2.1</maven> + </prerequisites> + <mailingLists> + <mailingList> + <name>Dev Mailing List</name> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + </mailingList> + <mailingList> + <name>User Mailing List</name> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + </mailingList> + <mailingList> + <name>Commits Mailing List</name> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + </mailingList> + </mailingLists> + <modules> + <module>jisql</module> + <module>agents-audit</module> + <module>agents-common</module> + <module>agents-cred</module> + <module>agents-installer</module> + <module>credentialbuilder</module> + <module>embeddedwebserver</module> + <module>kms</module> + <module>hbase-agent</module> + <module>hdfs-agent</module> + <module>hive-agent</module> + <module>knox-agent</module> + <module>storm-agent</module> + <module>plugin-yarn</module> + <module>ranger_solrj</module> + <module>security-admin</module> + <module>plugin-kafka</module> + <module>plugin-solr</module> + <module>ugsync</module> + <module>ugsync/ldapconfigchecktool/ldapconfigcheck</module> + <module>unixauthclient</module> + <module>unixauthservice</module> + <module>ranger-util</module> + <module>plugin-kms</module> + <module>tagsync</module> + <module>ranger-hdfs-plugin-shim</module> + <module>ranger-plugin-classloader</module> + <module>ranger-hive-plugin-shim</module> + <module>ranger-hbase-plugin-shim</module> + <module>ranger-knox-plugin-shim</module> + <module>ranger-yarn-plugin-shim</module> + <module>ranger-storm-plugin-shim</module> + <module>ranger-kafka-plugin-shim</module> + <module>ranger-examples</module> + <module>ranger-tools</module> + </modules> + <properties> <javac.source.version>1.7</javac.source.version> <javac.target.version>1.7</javac.target.version> - <antlr.version>3.5.2</antlr.version> - <aopalliance.version>1.0</aopalliance.version> - <asm.version>3.1</asm.version> - <c3p0.version>0.9.1.2</c3p0.version> - <cglib.version>2.2.0-b23</cglib.version> + <antlr.version>3.5.2</antlr.version> + <aopalliance.version>1.0</aopalliance.version> + <asm.version>3.1</asm.version> + <c3p0.version>0.9.1.2</c3p0.version> + <cglib.version>2.2.0-b23</cglib.version> <codehaus.jackson.storm.version>1.9.13</codehaus.jackson.storm.version> - <codehaus.jackson.version>1.8.1</codehaus.jackson.version> - <commons.beanutils.collections.version>1.8.3</commons.beanutils.collections.version> - <commons.beanutils.core.version>1.8.3</commons.beanutils.core.version> - <commons.cli.version>1.2</commons.cli.version> - <commons.codec.version>1.9</commons.codec.version> - <commons.collections.version>3.2.2</commons.collections.version> - <commons.compress.version>1.8.1</commons.compress.version> - <commons.configuration.version>1.10</commons.configuration.version> - <commons.dbcp.version>1.4</commons.dbcp.version> - <commons.digester.version>2.1</commons.digester.version> - <commons.httpclient.version>3.1</commons.httpclient.version> - <commons.io.version>2.4</commons.io.version> - <commons.lang.version>2.6</commons.lang.version> - <commons.logging.version>1.2</commons.logging.version> - <commons.math.version>2.2</commons.math.version> - <commons.net.version>3.3</commons.net.version> - <commons.pool.version>1.6</commons.pool.version> - <eclipse.jpa.version>2.5.2-M1</eclipse.jpa.version> - <googlecode.log4jdbc.version>1.2</googlecode.log4jdbc.version> - <google.guava.version>17.0</google.guava.version> - <gson.version>2.2.4</gson.version> - <guava.version>11.0.2</guava.version> - <hadoop-auth.version>2.7.0</hadoop-auth.version> - <hadoop-common.version>2.7.0</hadoop-common.version> - <hadoop-common-kms.version>2.7.0</hadoop-common-kms.version> - <hadoop.version>2.7.0</hadoop.version> - <htrace-core.version>3.1.0-incubating</htrace-core.version> - <hamcrest.all.version>1.3</hamcrest.all.version> - <hbase.version>1.1.0</hbase.version> - <hive.version>1.2.0</hive.version> - <storm.version>0.9.2-incubating</storm.version> - <httpcomponent.httpmime.version>4.2.5</httpcomponent.httpmime.version> - <httpcomponent.httpclient.version>4.2.5</httpcomponent.httpclient.version> - <httpcomponent.httpcore.version>4.2.5</httpcomponent.httpcore.version> - <calcite.version>0.9.2-incubating</calcite.version> - <tez.version>0.5.2</tez.version> - <javassist.version>3.12.1.GA</javassist.version> - <javax.persistence.version>2.1.0</javax.persistence.version> - <javax.servlet.version>3.1.0</javax.servlet.version> - <jericho.html.version>3.3</jericho.html.version> - <jersey-bundle.version>1.17.1</jersey-bundle.version> - <jersey-client.version>2.6</jersey-client.version> - <junit.version>4.11</junit.version> - <kafka.version>0.9.0.0</kafka.version> - <mockito.version>1.8.4</mockito.version> - <hamcrest-version>1.3</hamcrest-version> - <knox.gateway.version>0.6.0</knox.gateway.version> - <local.lib.dir>${project.basedir}/../lib/local</local.lib.dir> - <log4j.version>1.2.17</log4j.version> - <mysql-connector-java.version>5.1.31</mysql-connector-java.version> - <noggit.version>0.6</noggit.version> - <owasp-java-html-sanitizer.version>r239</owasp-java-html-sanitizer.version> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <security-agent-install-dir>hadoop-security/plugins</security-agent-install-dir> - <slf4j-api.version>1.7.5</slf4j-api.version> - <solr.version>5.2.0</solr.version> - <ranger.solrj.version>${project.version}</ranger.solrj.version> - <springframework.spring.version>2.5.6</springframework.spring.version> - <!-- - <springframework.spring.version>3.1.3.RELEASE</springframework.spring.version> - --> - <springframework.security.version>3.1.3.RELEASE</springframework.security.version> - <springframework.test.version>3.1.3.RELEASE</springframework.test.version> - <springframework.version>3.1.3.RELEASE</springframework.version> - <spring-ldap-core.version>1.3.1.RELEASE</spring-ldap-core.version> - <sun.jersey.bundle.version>1.4</sun.jersey.bundle.version> - <sun.jersey.core.version>1.4</sun.jersey.core.version> - <sun.jersey.spring.version>1.4</sun.jersey.spring.version> - <tomcat.commons.el.version>5.5.23</tomcat.commons.el.version> - <tomcat.embed.version>7.0.55</tomcat.embed.version> - <velocity.version>1.7</velocity.version> - <zookeeper.version>3.4.6</zookeeper.version> - <powermock.version>1.5.6</powermock.version> - <aspectj.version>1.8.2</aspectj.version> - <findbugs.plugin.version>3.0.0</findbugs.plugin.version> - <hadoop.minikdc.version>2.3.0</hadoop.minikdc.version> - <jersey-server.version>1.9</jersey-server.version> - <asm.all.version>3.2</asm.all.version> - <mortbay.jetty.version>6.1.26</mortbay.jetty.version> - <metrics.core.version>3.0.2</metrics.core.version> - <curator.test.version>2.7.0</curator.test.version> - <servlet.api.version>2.5</servlet.api.version> - <httpcomponents.httpclient.version>4.2.5</httpcomponents.httpclient.version> - <xz.version>1.0</xz.version> - <xmlenc.version>0.52</xmlenc.version> - <snappy-java.version>1.0.4.1</snappy-java.version> - <protobuf-java.version>2.5.0</protobuf-java.version> - <paranamer.version>2.3</paranamer.version> - <netty.version>3.6.2.Final</netty.version> - <jsr305.version>1.3.9</jsr305.version> - <jsch.version>0.1.42</jsch.version> - <jline.version>0.9.94</jline.version> - <jettison.version>1.1</jettison.version> - <jaxb-impl.version>2.2.3-1</jaxb-impl.version> - <jaxb-api.version>2.2.2</jaxb-api.version> - <jackson.version>1.9.13</jackson.version> - <sun-jersey-bundle.version>1.19</sun-jersey-bundle.version> - <atlas.version>0.6-incubating-SNAPSHOT</atlas.version> - <distMgmtStagingId>apache.staging.https</distMgmtStagingId> - <distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName> - <distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl> - </properties> - <profiles> - <profile> - <id>linux</id> - <activation> - <os> - <family>linux</family> - </os> - </activation> - <modules> - <module>unixauthnative</module> - </modules> - </profile> - </profiles> - <distributionManagement> + <codehaus.jackson.version>1.8.1</codehaus.jackson.version> + <commons.beanutils.collections.version>1.8.3</commons.beanutils.collections.version> + <commons.beanutils.core.version>1.8.3</commons.beanutils.core.version> + <commons.cli.version>1.2</commons.cli.version> + <commons.codec.version>1.9</commons.codec.version> + <commons.collections.version>3.2.2</commons.collections.version> + <commons.compress.version>1.8.1</commons.compress.version> + <commons.configuration.version>1.10</commons.configuration.version> + <commons.dbcp.version>1.4</commons.dbcp.version> + <commons.digester.version>2.1</commons.digester.version> + <commons.httpclient.version>3.1</commons.httpclient.version> + <commons.io.version>2.4</commons.io.version> + <commons.lang.version>2.6</commons.lang.version> + <commons.logging.version>1.2</commons.logging.version> + <commons.math.version>2.2</commons.math.version> + <commons.net.version>3.3</commons.net.version> + <commons.pool.version>1.6</commons.pool.version> + <eclipse.jpa.version>2.5.2-M1</eclipse.jpa.version> + <googlecode.log4jdbc.version>1.2</googlecode.log4jdbc.version> + <google.guava.version>17.0</google.guava.version> + <gson.version>2.2.4</gson.version> + <guava.version>11.0.2</guava.version> + <hadoop-auth.version>2.7.0</hadoop-auth.version> + <hadoop-common.version>2.7.0</hadoop-common.version> + <hadoop-common-kms.version>2.7.0</hadoop-common-kms.version> + <hadoop.version>2.7.0</hadoop.version> + <htrace-core.version>3.1.0-incubating</htrace-core.version> + <hamcrest.all.version>1.3</hamcrest.all.version> + <hbase.version>1.1.0</hbase.version> + <hive.version>1.2.0</hive.version> + <storm.version>0.9.2-incubating</storm.version> + <httpcomponent.httpmime.version>4.2.5</httpcomponent.httpmime.version> + <httpcomponent.httpclient.version>4.2.5</httpcomponent.httpclient.version> + <httpcomponent.httpcore.version>4.2.5</httpcomponent.httpcore.version> + <calcite.version>0.9.2-incubating</calcite.version> + <tez.version>0.5.2</tez.version> + <javassist.version>3.12.1.GA</javassist.version> + <javax.persistence.version>2.1.0</javax.persistence.version> + <javax.servlet.version>3.1.0</javax.servlet.version> + <jericho.html.version>3.3</jericho.html.version> + <jersey-bundle.version>1.17.1</jersey-bundle.version> + <jersey-client.version>2.6</jersey-client.version> + <junit.version>4.11</junit.version> + <kafka.version>0.9.0.0</kafka.version> + <mockito.version>1.8.4</mockito.version> + <hamcrest-version>1.3</hamcrest-version> + <knox.gateway.version>0.6.0</knox.gateway.version> + <local.lib.dir>${project.basedir}/../lib/local</local.lib.dir> + <log4j.version>1.2.17</log4j.version> + <mysql-connector-java.version>5.1.31</mysql-connector-java.version> + <noggit.version>0.6</noggit.version> + <owasp-java-html-sanitizer.version>r239</owasp-java-html-sanitizer.version> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <security-agent-install-dir>hadoop-security/plugins</security-agent-install-dir> + <slf4j-api.version>1.7.5</slf4j-api.version> + <solr.version>5.2.0</solr.version> + <ranger.solrj.version>${project.version}</ranger.solrj.version> + <springframework.spring.version>2.5.6</springframework.spring.version> + <!-- + <springframework.spring.version>3.1.3.RELEASE</springframework.spring.version> + --> + <springframework.security.version>3.1.3.RELEASE</springframework.security.version> + <springframework.test.version>3.1.3.RELEASE</springframework.test.version> + <springframework.version>3.1.3.RELEASE</springframework.version> + <spring-ldap-core.version>1.3.1.RELEASE</spring-ldap-core.version> + <sun.jersey.bundle.version>1.4</sun.jersey.bundle.version> + <sun.jersey.core.version>1.4</sun.jersey.core.version> + <sun.jersey.spring.version>1.4</sun.jersey.spring.version> + <tomcat.commons.el.version>5.5.23</tomcat.commons.el.version> + <tomcat.embed.version>7.0.55</tomcat.embed.version> + <velocity.version>1.7</velocity.version> + <zookeeper.version>3.4.6</zookeeper.version> + <powermock.version>1.5.6</powermock.version> + <aspectj.version>1.8.2</aspectj.version> + <findbugs.plugin.version>3.0.0</findbugs.plugin.version> + <hadoop.minikdc.version>2.3.0</hadoop.minikdc.version> + <jersey-server.version>1.9</jersey-server.version> + <asm.all.version>3.2</asm.all.version> + <mortbay.jetty.version>6.1.26</mortbay.jetty.version> + <metrics.core.version>3.0.2</metrics.core.version> + <curator.test.version>2.7.0</curator.test.version> + <servlet.api.version>2.5</servlet.api.version> + <httpcomponents.httpclient.version>4.2.5</httpcomponents.httpclient.version> + <xz.version>1.0</xz.version> + <xmlenc.version>0.52</xmlenc.version> + <snappy-java.version>1.0.4.1</snappy-java.version> + <protobuf-java.version>2.5.0</protobuf-java.version> + <paranamer.version>2.3</paranamer.version> + <netty.version>3.6.2.Final</netty.version> + <jsr305.version>1.3.9</jsr305.version> + <jsch.version>0.1.42</jsch.version> + <jline.version>0.9.94</jline.version> + <jettison.version>1.1</jettison.version> + <jaxb-impl.version>2.2.3-1</jaxb-impl.version> + <jaxb-api.version>2.2.2</jaxb-api.version> + <jackson.version>1.9.13</jackson.version> + <sun-jersey-bundle.version>1.19</sun-jersey-bundle.version> + <atlas.version>0.6-incubating-SNAPSHOT</atlas.version> + <distMgmtStagingId>apache.staging.https</distMgmtStagingId> + <distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName> + <distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl> + </properties> + <profiles> + <profile> + <id>linux</id> + <activation> + <os> + <family>linux</family> + </os> + </activation> + <modules> + <module>unixauthnative</module> + </modules> + </profile> + </profiles> + <distributionManagement> <repository> <id>${distMgmtStagingId}</id> <name>${distMgmtStagingName}</name> <url>${distMgmtStagingUrl}</url> </repository> - </distributionManagement> - <repositories> - <repository> + </distributionManagement> + <repositories> + <repository> <id>apache.snapshots.https</id> <name>Apache Development Snapshot Repository</name> <url>https://repository.apache.org/content/repositories/snapshots</url> <snapshots> <enabled>true</enabled> </snapshots> - </repository> - <repository> + </repository> + <repository> <id>apache.public.https</id> <name>Apache Development Snapshot Repository</name> <url>https://repository.apache.org/content/repositories/public</url> <releases> - <enabled>true</enabled> + <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> - </repository> - <!-- + </repository> + <!-- <repository> <id>repo</id> <url>file://${basedir}/local-repo</url> @@ -269,309 +266,302 @@ </snapshots> </repository> --> - </repositories> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <version>${mysql-connector-java.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>${mockito.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-module-junit4</artifactId> - <version>${powermock.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-api-mockito</artifactId> - <version>${powermock.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-integration</artifactId> - <version>${hamcrest-version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.glassfish.jersey.core</groupId> - <artifactId>jersey-client</artifactId> - <version>${jersey-client.version}</version> - </dependency> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - <version>${gson.version}</version> - </dependency> - </dependencies> - </dependencyManagement> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <version>1.3.1</version> - <executions> - <execution> - <id>enforce-versions</id> - <goals> - <goal>enforce</goal> - </goals> - <configuration> - <rules> - <requireMavenVersion> - <version>3.0.4</version> - </requireMavenVersion> - <requireJavaVersion> - <version>${java.version}</version> - </requireJavaVersion> - </rules> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <version>1.8</version> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.2</version> - <configuration> - <useIncrementalCompilation>false</useIncrementalCompilation> - <source>${javac.source.version}</source> - <target>${javac.target.version}</target> - <encoding>UTF-8</encoding> - <maxmem>1024m</maxmem> - <fork>true</fork> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>2.4.3</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.17</version> - <configuration> - <argLine>-Djava.library.path="${hadoop.library.path}${path.separator}${java.library.path}"</argLine> - <skipTests>${skipTests}</skipTests> - <encoding>UTF-8</encoding> - <systemProperties> - <property> - <name>logdir</name> - <value>${project.build.directory}</value> - </property> - <property> - <name>catalina.base</name> - <value>${project.build.directory}</value> - </property> - </systemProperties> - </configuration> - </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <version>2.2-beta-5</version> - <configuration> - <descriptors> - <descriptor>src/main/assembly/hdfs-agent.xml</descriptor> - <descriptor>src/main/assembly/hive-agent.xml</descriptor> - <descriptor>src/main/assembly/hbase-agent.xml</descriptor> - <descriptor>src/main/assembly/knox-agent.xml</descriptor> - <descriptor>src/main/assembly/storm-agent.xml</descriptor> - <descriptor>src/main/assembly/plugin-kafka.xml</descriptor> - <descriptor>src/main/assembly/plugin-yarn.xml</descriptor> - <descriptor>src/main/assembly/plugin-solr.xml</descriptor> - <descriptor>src/main/assembly/admin-web.xml</descriptor> - <descriptor>src/main/assembly/usersync.xml</descriptor> - <descriptor>src/main/assembly/tagsync.xml</descriptor> - <descriptor>src/main/assembly/migration-util.xml</descriptor> - <descriptor>src/main/assembly/kms.xml</descriptor> - <descriptor>src/main/assembly/ranger-tools.xml</descriptor> - <descriptor>src/main/assembly/ranger-src.xml</descriptor> - </descriptors> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>2.4</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <version>1.7</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <version>2.2</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>2.2.1</version> - <configuration> - <attach>true</attach> - </configuration> - <executions> - <execution> - <id>create-source-jar</id> - <goals> - <goal>jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-clean-plugin</artifactId> - <version>2.5</version> - <configuration> - <filesets> - <fileset> - <directory>work</directory> - </fileset> - <fileset> - <directory>checkpoint</directory> - </fileset> - </filesets> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.5</version> - </plugin> - </plugins> - - </pluginManagement> - <plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <version>3.5</version> - <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - <configuration> - <rulesets> - <ruleset>${project.parent.basedir}/dev-support/ranger-pmd-ruleset.xml</ruleset> - </rulesets> - <sourceEncoding>UTF-8</sourceEncoding> - <failOnViolation>true</failOnViolation> - <linkXRef>false</linkXRef> - <verbose>true</verbose> - <excludeRoots> - <excludeRoot>${basedir}/src/main/generated</excludeRoot> - </excludeRoots> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <version>0.11</version> - <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - <configuration> - <excludeSubProjects>false</excludeSubProjects> - <excludes> - <exclude>**/dependency-reduced-pom.xml</exclude> - <exclude>**/robots.txt</exclude> - <exclude>**/MANIFEST.MF</exclude> - <exclude>**/bootstrap.min.js</exclude> - - <exclude>**/src/main/webapp/fonts/**</exclude> - <exclude>**/src/main/webapp/libs/**</exclude> - - <exclude>.git/**</exclude> - <exclude>.pc/**</exclude> - <exclude>debian/**</exclude> - <exclude>.gitignore/**</exclude> - <exclude>.svn/**</exclude> - <exclude>.idea/**</exclude> - <exclude>dev-support/**</exclude> - <exclude>**/.gitignore/**</exclude> - <exclude>**/.project/**</exclude> - <exclude>**/.settings/**</exclude> - <exclude>**/.classpath/**</exclude> - <exclude>**/*.iml</exclude> - <exclude>**/target/**</exclude> - <exclude>**/bin/**</exclude> - <exclude>**/CHANGES</exclude> - <exclude>**/ISSUES</exclude> - <exclude>**/patchprocess/**</exclude> - <exclude>**/test/resources/**</exclude> - <exclude>**/main/resources/**/*.json</exclude> - <exclude>**/samples/**/*.json</exclude> - <exclude>**/.externalToolBuilders/*</exclude> - <exclude>*.patch</exclude> - <exclude>**/testdata/*.json</exclude> - <exclude>atlassian-ide-plugin.xml</exclude> - <exclude>**/.pydevproject</exclude> - </excludes> - - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <version>1.7</version> - <executions> - <execution> - <phase>process-resources</phase> - <configuration> - <target> - <echo message="${project.version}" file="${project.build.directory}/version"/> - </target> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>${findbugs.plugin.version}</version> - <configuration> - <includeFilterFile>./dev-support/findbugsIncludeFile.xml</includeFilterFile> - </configuration> - </plugin> - </plugins> - </build> + </repositories> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>mysql</groupId> + <artifactId>mysql-connector-java</artifactId> + <version>${mysql-connector-java.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>${mockito.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4</artifactId> + <version>${powermock.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <version>${powermock.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-integration</artifactId> + <version>${hamcrest-version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.core</groupId> + <artifactId>jersey-client</artifactId> + <version>${jersey-client.version}</version> + </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>${gson.version}</version> + </dependency> + </dependencies> + </dependencyManagement> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-enforcer-plugin</artifactId> + <version>1.3.1</version> + <executions> + <execution> + <id>enforce-versions</id> + <goals> + <goal>enforce</goal> + </goals> + <configuration> + <rules> + <requireMavenVersion> + <version>3.0.4</version> + </requireMavenVersion> + <requireJavaVersion> + <version>${java.version}</version> + </requireJavaVersion> + </rules> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>1.8</version> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.2</version> + <configuration> + <useIncrementalCompilation>false</useIncrementalCompilation> + <source>${javac.source.version}</source> + <target>${javac.target.version}</target> + <encoding>UTF-8</encoding> + <maxmem>1024m</maxmem> + <fork>true</fork> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>2.4.3</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.17</version> + <configuration> + <argLine>-Djava.library.path="${hadoop.library.path}${path.separator}${java.library.path}"</argLine> + <skipTests>${skipTests}</skipTests> + <encoding>UTF-8</encoding> + <systemProperties> + <property> + <name>logdir</name> + <value>${project.build.directory}</value> + </property> + <property> + <name>catalina.base</name> + <value>${project.build.directory}</value> + </property> + </systemProperties> + </configuration> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.2-beta-5</version> + <configuration> + <descriptors> + <descriptor>src/main/assembly/hdfs-agent.xml</descriptor> + <descriptor>src/main/assembly/hive-agent.xml</descriptor> + <descriptor>src/main/assembly/hbase-agent.xml</descriptor> + <descriptor>src/main/assembly/knox-agent.xml</descriptor> + <descriptor>src/main/assembly/storm-agent.xml</descriptor> + <descriptor>src/main/assembly/plugin-kafka.xml</descriptor> + <descriptor>src/main/assembly/plugin-yarn.xml</descriptor> + <descriptor>src/main/assembly/plugin-solr.xml</descriptor> + <descriptor>src/main/assembly/admin-web.xml</descriptor> + <descriptor>src/main/assembly/usersync.xml</descriptor> + <descriptor>src/main/assembly/tagsync.xml</descriptor> + <descriptor>src/main/assembly/migration-util.xml</descriptor> + <descriptor>src/main/assembly/kms.xml</descriptor> + <descriptor>src/main/assembly/ranger-tools.xml</descriptor> + <descriptor>src/main/assembly/ranger-src.xml</descriptor> + </descriptors> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.7</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <version>2.2</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <version>2.2.1</version> + <configuration> + <attach>true</attach> + </configuration> + <executions> + <execution> + <id>create-source-jar</id> + <goals> + <goal>jar-no-fork</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-clean-plugin</artifactId> + <version>2.5</version> + <configuration> + <filesets> + <fileset> + <directory>work</directory> + </fileset> + <fileset> + <directory>checkpoint</directory> + </fileset> + </filesets> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.5</version> + </plugin> + </plugins> + </pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + <version>3.5</version> + <executions> + <execution> + <phase>verify</phase> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + <configuration> + <rulesets> + <ruleset>${project.parent.basedir}/dev-support/ranger-pmd-ruleset.xml</ruleset> + </rulesets> + <sourceEncoding>UTF-8</sourceEncoding> + <failOnViolation>true</failOnViolation> + <linkXRef>false</linkXRef> + <verbose>true</verbose> + <excludeRoots> + <excludeRoot>${basedir}/src/main/generated</excludeRoot> + </excludeRoots> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <version>0.11</version> + <executions> + <execution> + <phase>verify</phase> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + <configuration> + <excludeSubProjects>false</excludeSubProjects> + <excludes> + <exclude>**/dependency-reduced-pom.xml</exclude> + <exclude>**/robots.txt</exclude> + <exclude>**/MANIFEST.MF</exclude> + <exclude>**/bootstrap.min.js</exclude> + <exclude>**/src/main/webapp/fonts/**</exclude> + <exclude>**/src/main/webapp/libs/**</exclude> + <exclude>.git/**</exclude> + <exclude>.pc/**</exclude> + <exclude>debian/**</exclude> + <exclude>.gitignore/**</exclude> + <exclude>.svn/**</exclude> + <exclude>.idea/**</exclude> + <exclude>dev-support/**</exclude> + <exclude>**/.gitignore/**</exclude> + <exclude>**/.project/**</exclude> + <exclude>**/.settings/**</exclude> + <exclude>**/.classpath/**</exclude> + <exclude>**/*.iml</exclude> + <exclude>**/target/**</exclude> + <exclude>**/bin/**</exclude> + <exclude>**/CHANGES</exclude> + <exclude>**/ISSUES</exclude> + <exclude>**/patchprocess/**</exclude> + <exclude>**/test/resources/**</exclude> + <exclude>**/main/resources/**/*.json</exclude> + <exclude>**/samples/**/*.json</exclude> + <exclude>**/.externalToolBuilders/*</exclude> + <exclude>*.patch</exclude> + <exclude>**/testdata/*.json</exclude> + <exclude>atlassian-ide-plugin.xml</exclude> + <exclude>**/.pydevproject</exclude> + </excludes> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.7</version> + <executions> + <execution> + <phase>process-resources</phase> + <configuration> + <target> + <echo message="${project.version}" file="${project.build.directory}/version"/> + </target> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>findbugs-maven-plugin</artifactId> + <version>${findbugs.plugin.version}</version> + <configuration> + <includeFilterFile>./dev-support/findbugsIncludeFile.xml</includeFilterFile> + </configuration> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/ranger-examples/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-examples/pom.xml b/ranger-examples/pom.xml index 8090170..b7467f8 100644 --- a/ranger-examples/pom.xml +++ b/ranger-examples/pom.xml @@ -15,18 +15,14 @@ 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"> +<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"> <parent> <artifactId>ranger</artifactId> <groupId>org.apache.ranger</groupId> <version>0.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>ranger-examples</artifactId> - <dependencies> <dependency> <groupId>junit</groupId> @@ -42,4 +38,4 @@ <version>${project.version}</version> </dependency> </dependencies> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/ranger-hbase-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-hbase-plugin-shim/pom.xml b/ranger-hbase-plugin-shim/pom.xml index 39fa139..96ba197 100644 --- a/ranger-hbase-plugin-shim/pom.xml +++ b/ranger-hbase-plugin-shim/pom.xml @@ -16,58 +16,58 @@ 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"> - <modelVersion>4.0.0</modelVersion> - <groupId>security_plugins.ranger-hbase-plugin-shim</groupId> - <artifactId>ranger-hbase-plugin-shim</artifactId> - <name>HBase Security Plugin Shim</name> - <description>HBase Security Plugins Shim</description> - <packaging>jar</packaging> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <parent> - <groupId>org.apache.ranger</groupId> - <artifactId>ranger</artifactId> - <version>0.5.0</version> - <relativePath>..</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>org.apache.hbase</groupId> - <artifactId>hbase-server</artifactId> - <version>${hbase.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-hdfs</artifactId> - <version>${hadoop.version}</version> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugins-common</groupId> - <artifactId>ranger-plugins-common</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugins-audit</groupId> - <artifactId>ranger-plugins-audit</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugin-classloader</groupId> - <artifactId>ranger-plugin-classloader</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-integration</artifactId> - </dependency> - </dependencies> + <modelVersion>4.0.0</modelVersion> + <groupId>security_plugins.ranger-hbase-plugin-shim</groupId> + <artifactId>ranger-hbase-plugin-shim</artifactId> + <name>HBase Security Plugin Shim</name> + <description>HBase Security Plugins Shim</description> + <packaging>jar</packaging> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <parent> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger</artifactId> + <version>0.5.0</version> + <relativePath>..</relativePath> + </parent> + <dependencies> + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase-server</artifactId> + <version>${hbase.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs</artifactId> + <version>${hadoop.version}</version> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugins-common</groupId> + <artifactId>ranger-plugins-common</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugins-audit</groupId> + <artifactId>ranger-plugins-audit</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugin-classloader</groupId> + <artifactId>ranger-plugin-classloader</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-integration</artifactId> + </dependency> + </dependencies> </project> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/ranger-hdfs-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-hdfs-plugin-shim/pom.xml b/ranger-hdfs-plugin-shim/pom.xml index a44abb3..71587fc 100644 --- a/ranger-hdfs-plugin-shim/pom.xml +++ b/ranger-hdfs-plugin-shim/pom.xml @@ -16,59 +16,59 @@ 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"> - <modelVersion>4.0.0</modelVersion> - <groupId>security_plugins.ranger-hdfs-plugin-shim</groupId> - <artifactId>ranger-hdfs-plugin-shim</artifactId> - <name>Hdfs Security Plugin Shim</name> - <description>Hdfs Security Plugins Shim</description> - <packaging>jar</packaging> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <parent> - <groupId>org.apache.ranger</groupId> - <artifactId>ranger</artifactId> - <version>0.5.0</version> - <relativePath>..</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>${commons.logging.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-common</artifactId> - <version>${hadoop.version}</version> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-hdfs</artifactId> - <version>${hadoop.version}</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugins-audit</groupId> - <artifactId>ranger-plugins-audit</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugins-common</groupId> - <artifactId>ranger-plugins-common</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>security_plugins.ranger-plugin-classloader</groupId> - <artifactId>ranger-plugin-classloader</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> + <modelVersion>4.0.0</modelVersion> + <groupId>security_plugins.ranger-hdfs-plugin-shim</groupId> + <artifactId>ranger-hdfs-plugin-shim</artifactId> + <name>Hdfs Security Plugin Shim</name> + <description>Hdfs Security Plugins Shim</description> + <packaging>jar</packaging> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <parent> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger</artifactId> + <version>0.5.0</version> + <relativePath>..</relativePath> + </parent> + <dependencies> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>${commons.logging.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs</artifactId> + <version>${hadoop.version}</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugins-audit</groupId> + <artifactId>ranger-plugins-audit</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugins-common</groupId> + <artifactId>ranger-plugins-common</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>security_plugins.ranger-plugin-classloader</groupId> + <artifactId>ranger-plugin-classloader</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> </project>
