You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/10/23 18:39:55 UTC

calcite git commit: [CALCITE-1462] Remove Avatica pom cruft

Repository: calcite
Updated Branches:
  refs/heads/master 9266d8ee2 -> 483b9f923


[CALCITE-1462] Remove Avatica pom cruft

Remove dependencyManagement entries and properties which
are unused by Avatica.


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/483b9f92
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/483b9f92
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/483b9f92

Branch: refs/heads/master
Commit: 483b9f92359421675a673561c5c317960b6deefb
Parents: 9266d8e
Author: Josh Elser <el...@apache.org>
Authored: Sun Oct 23 14:37:09 2016 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Sun Oct 23 14:38:06 2016 -0400

----------------------------------------------------------------------
 avatica/pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/483b9f92/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index 5088659..4eac1db 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -53,22 +53,16 @@ limitations under the License.
     <avatica.release.version>${project.version}</avatica.release.version>
     <version.major>1</version.major>
     <version.minor>8</version.minor>
-
     <!-- This list is in alphabetical order. -->
     <build-helper-maven-plugin.version>1.9</build-helper-maven-plugin.version>
     <checksum-maven-plugin.version>1.2</checksum-maven-plugin.version>
-    <commons-lang3.version>3.2</commons-lang3.version>
-    <commons-logging.version>1.1.3</commons-logging.version>
     <dropwizard-metrics3.version>3.1.2</dropwizard-metrics3.version>
-    <findbugs.version>1.3.9</findbugs.version>
     <freemarker.version>2.3.19</freemarker.version>
     <git-commit-id-plugin.version>2.1.9</git-commit-id-plugin.version>
-
     <!-- We support guava versions as old as 14.0.1 (the version used by Hive)
          but prefer more recent versions. -->
     <guava.version>14.0.1</guava.version>
     <h2.version>1.4.185</h2.version>
-    <hadoop.version>2.6.0</hadoop.version>
     <hamcrest.version>1.3</hamcrest.version>
     <hsqldb.version>2.3.1</hsqldb.version>
     <httpclient.version>4.5.2</httpclient.version>
@@ -82,7 +76,6 @@ limitations under the License.
     <kerby.version>1.0.0-RC2</kerby.version>
     <maven-checkstyle-plugin.version>2.12.1</maven-checkstyle-plugin.version>
     <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
-
     <!-- keep failsafe version in sync with surefire; apache 17 has surefire 2.7.2 -->
     <maven-failsafe-plugin.version>2.7.2</maven-failsafe-plugin.version>
     <maven-scm-provider.version>1.9.1</maven-scm-provider.version>
@@ -190,11 +183,6 @@ limitations under the License.
         <version>${jcip-annotations.version}</version>
       </dependency>
       <dependency>
-        <groupId>com.google.code.findbugs</groupId>
-        <artifactId>jsr305</artifactId>
-        <version>${findbugs.version}</version>
-      </dependency>
-      <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
         <version>${guava.version}</version>
@@ -240,16 +228,6 @@ limitations under the License.
         <version>${kerby.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-lang3</artifactId>
-        <version>${commons-lang3.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.hadoop</groupId>
-        <artifactId>hadoop-common</artifactId>
-        <version>${hadoop.version}</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
         <version>${httpclient.version}</version>