Skip to content

Commit

Permalink
RANGER-197: ** 0.4.1 release patch ** remove dependencies of snapshot…
Browse files Browse the repository at this point in the history
… and updated version number
  • Loading branch information
sneethiraj committed Jan 19, 2015
1 parent 539e3d1 commit da80d02
Show file tree
Hide file tree
Showing 19 changed files with 331 additions and 46 deletions.
2 changes: 1 addition & 1 deletion agents-audit/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion agents-common/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion agents-cred/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
53 changes: 50 additions & 3 deletions agents-impl/pom.xml
Expand Up @@ -25,17 +25,64 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>
<dependencies>

<dependency>
<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>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>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.6</version>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agents-installer/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions credentialbuilder/pom.xml
Expand Up @@ -18,14 +18,13 @@
<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>credentialbuilder</artifactId>
<version>0.4.0</version>
<name>Credential Builder</name>
<description>Credential Builder for non-hadoop java codebase</description>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down Expand Up @@ -68,6 +67,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
3 changes: 1 addition & 2 deletions embededwebserver/pom.xml
Expand Up @@ -18,14 +18,13 @@
<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>embededwebserver</artifactId>
<version>0.4.0</version>
<name>Embeded Web Server Invoker</name>
<description>Embeded Web Server Invoker</description>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hbase-agent/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hdfs-agent/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
43 changes: 42 additions & 1 deletion hive-agent/pom.xml
Expand Up @@ -28,10 +28,51 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>0.4.0</version>
<version>0.4.1</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-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>${commons.lang.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knox-agent/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
41 changes: 39 additions & 2 deletions lookup-client/pom.xml
Expand Up @@ -18,17 +18,54 @@
<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>
<version>0.4.0</version>
<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.4.0</version>
<version>0.4.1</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>
Expand Down

0 comments on commit da80d02

Please sign in to comment.