Repository: incubator-ranger Updated Branches: refs/heads/master 0b258f8fb -> 27a593416
RANGER-839: Update httpcomponent dependencies Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/27a59341 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/27a59341 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/27a59341 Branch: refs/heads/master Commit: 27a59341641f02a6f77259a77a0ae140368c1a83 Parents: 0b258f8 Author: Colm O hEigeartaigh <[email protected]> Authored: Sun Apr 17 23:10:18 2016 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Sun Apr 17 23:24:23 2016 -0700 ---------------------------------------------------------------------- agents-audit/pom.xml | 4 +-- kms/pom.xml | 4 +-- pom.xml | 92 +++++++++++++++++++++++------------------------ ranger_solrj/pom.xml | 6 ++-- 4 files changed, 53 insertions(+), 53 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/27a59341/agents-audit/pom.xml ---------------------------------------------------------------------- diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml index 529576b..35ef2b6 100644 --- a/agents-audit/pom.xml +++ b/agents-audit/pom.xml @@ -74,12 +74,12 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>${httpcomponent.httpclient.version}</version> + <version>${httpcomponents.httpclient.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> - <version>${httpcomponent.httpmime.version}</version> + <version>${httpcomponents.httpmime.version}</version> </dependency> <dependency> <groupId>org.noggit</groupId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/27a59341/kms/pom.xml ---------------------------------------------------------------------- diff --git a/kms/pom.xml b/kms/pom.xml index 829bf28..966b748 100644 --- a/kms/pom.xml +++ b/kms/pom.xml @@ -337,7 +337,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.2.5</version> + <version>${httpcomponents.httpcore.version}</version> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> @@ -432,7 +432,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> - <version>${httpcomponent.httpmime.version}</version> + <version>${httpcomponents.httpmime.version}</version> </dependency> <dependency> <groupId>org.noggit</groupId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/27a59341/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ed4b44f..faa3a2e 100644 --- a/pom.xml +++ b/pom.xml @@ -110,10 +110,19 @@ <properties> <javac.source.version>1.7</javac.source.version> <javac.target.version>1.7</javac.target.version> + <distMgmtStagingId>apache.staging.https</distMgmtStagingId> + <distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName> + <distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl> + <!-- versions are in alphabetical order --> <antlr.version>3.5.2</antlr.version> <aopalliance.version>1.0</aopalliance.version> + <asm.all.version>3.2</asm.all.version> <asm.version>3.1</asm.version> + <aspectj.version>1.8.2</aspectj.version> + <atlas.version>0.6-incubating-SNAPSHOT</atlas.version> + <avatica.version>1.7.1</avatica.version> <c3p0.version>0.9.1.2</c3p0.version> + <calcite.version>0.9.2-incubating</calcite.version> <cglib.version>2.2.0-b23</cglib.version> <codehaus.jackson.storm.version>1.9.13</codehaus.jackson.storm.version> <codehaus.jackson.version>1.9.13</codehaus.jackson.version> @@ -133,91 +142,82 @@ <commons.math.version>2.2</commons.math.version> <commons.net.version>3.3</commons.net.version> <commons.pool.version>1.6</commons.pool.version> + <curator.test.version>2.7.0</curator.test.version> <eclipse.jpa.version>2.5.2-M1</eclipse.jpa.version> - <googlecode.log4jdbc.version>1.2</googlecode.log4jdbc.version> + <findbugs.plugin.version>3.0.3</findbugs.plugin.version> <google.guava.version>17.0</google.guava.version> + <googlecode.log4jdbc.version>1.2</googlecode.log4jdbc.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-common.version>2.7.0</hadoop-common.version> + <hadoop.minikdc.version>2.3.0</hadoop.minikdc.version> <hadoop.version>2.7.0</hadoop.version> - <htrace-core.version>3.1.0-incubating</htrace-core.version> + <hamcrest-version>1.3</hamcrest-version> <hamcrest.all.version>1.3</hamcrest.all.version> <hbase.version>1.1.3</hbase.version> <hive.version>2.1.0-SNAPSHOT</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> - <avatica.version>1.7.1</avatica.version> - <tez.version>0.5.2</tez.version> + <htrace-core.version>3.1.0-incubating</htrace-core.version> + <httpcomponents.httpclient.version>4.5.1</httpcomponents.httpclient.version> + <httpcomponents.httpcore.version>4.4.3</httpcomponents.httpcore.version> + <httpcomponents.httpmime.version>4.5.1</httpcomponents.httpmime.version> + <jackson.version>1.9.13</jackson.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> + <jaxb-api.version>2.2.2</jaxb-api.version> + <jaxb-impl.version>2.2.3-1</jaxb-impl.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> + <jersey-server.version>1.9</jersey-server.version> + <jettison.version>1.1</jettison.version> + <jline.version>0.9.94</jline.version> + <jsch.version>0.1.42</jsch.version> + <jsr305.version>1.3.9</jsr305.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> + <metrics.core.version>3.0.2</metrics.core.version> + <mockito.version>1.8.4</mockito.version> + <mortbay.jetty.version>6.1.26</mortbay.jetty.version> <mysql-connector-java.version>5.1.31</mysql-connector-java.version> + <netty.version>3.6.2.Final</netty.version> <noggit.version>0.6</noggit.version> <owasp-java-html-sanitizer.version>r239</owasp-java-html-sanitizer.version> + <paranamer.version>2.3</paranamer.version> + <poi.version>3.12</poi.version> + <powermock.version>1.5.6</powermock.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <protobuf-java.version>2.5.0</protobuf-java.version> + <ranger.solrj.version>${project.version}</ranger.solrj.version> <security-agent-install-dir>hadoop-security/plugins</security-agent-install-dir> + <servlet.api.version>2.5</servlet.api.version> <slf4j-api.version>1.7.5</slf4j-api.version> + <snappy-java.version>1.0.4.1</snappy-java.version> <solr.version>5.2.0</solr.version> - <ranger.solrj.version>${project.version}</ranger.solrj.version> + <spring-ldap-core.version>1.3.1.RELEASE</spring-ldap-core.version> + <springframework.security.version>3.1.3.RELEASE</springframework.security.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> + <storm.version>0.9.2-incubating</storm.version> + <sun-jersey-bundle.version>1.19</sun-jersey-bundle.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> + <tez.version>0.5.2</tez.version> <tomcat.embed.version>7.0.68</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.3</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> - <poi.version>3.12</poi.version> - <distMgmtStagingId>apache.staging.https</distMgmtStagingId> - <distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName> - <distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl> + <xz.version>1.0</xz.version> + <zookeeper.version>3.4.6</zookeeper.version> </properties> <profiles> <profile> @@ -566,4 +566,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/27a59341/ranger_solrj/pom.xml ---------------------------------------------------------------------- diff --git a/ranger_solrj/pom.xml b/ranger_solrj/pom.xml index ade66f0..b22bb1d 100644 --- a/ranger_solrj/pom.xml +++ b/ranger_solrj/pom.xml @@ -37,17 +37,17 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>${httpcomponent.httpclient.version}</version> + <version>${httpcomponents.httpclient.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>${httpcomponent.httpcore.version}</version> + <version>${httpcomponents.httpcore.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> - <version>${httpcomponent.httpmime.version}</version> + <version>${httpcomponents.httpmime.version}</version> </dependency> <dependency> <groupId>org.noggit</groupId>
