From adc0e01f889ee1c925d88b2cab975c7ad4ce1c9f Mon Sep 17 00:00:00 2001 From: Jodok Batlogg Date: Tue, 7 Mar 2017 23:52:17 +0100 Subject: [PATCH] version bump, resolve WARNING on pom dependency management --- README.md | 4 ++-- pom.xml | 25 +++++++++++++++---------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e291ca8..3c87ed5 100755 --- a/README.md +++ b/README.md @@ -78,10 +78,10 @@ Run the meta test suite to validate server description and meta functionality: The connector uses the CrateDB JDBC driver 2.x, which means that it is compatible with CrateDB >= 0.57.0. The driver does not use the CrateDB transport port to connect to a CrateDB server any longer and the connection string format has changed since the driver version 1.x. -Please see the [CrateDB JDBC documentation](https://crate.io/docs/reference/jdbc/en/2.1.2/#jdbc-driver-class) for further reference. +Please see the [CrateDB JDBC documentation](https://crate.io/docs/reference/jdbc/en/2.1.6/#jdbc-driver-class) for further reference. ## Additional Notes Although this implementation uses Java and some freely available libraries for convenience, they are not a *requirement* for building a connector server. -Any language capable of generating code from [Apache Thrift](https://thrift.apache.org/) can be used. \ No newline at end of file +Any language capable of generating code from [Apache Thrift](https://thrift.apache.org/) can be used. diff --git a/pom.xml b/pom.xml index 9c6fa19..557a032 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ Zoomdata, Inc. 2.3.1 - 2.1.2 + 2.1.6 4.1.4 1.7.22 1.1.8 @@ -48,6 +48,19 @@ + + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + + @@ -140,14 +153,6 @@ - - - org.springframework.boot - spring-boot-dependencies - ${spring.boot.version} - pom - import - com.google.guava guava @@ -247,4 +252,4 @@ - \ No newline at end of file +