diff --git a/README.md b/README.md index 644d0b9..ab2100d 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ Clickhouse4j - lighter and faster alternative for the official ClickHouse JDBC d The main differences between this and the official driver are: -- Smaller size. 850kb vs 5.6mb of the original driver (**7x smaller jar size**) +- Removed Guava, Jackson and Apache Http Client dependencies; +- Smaller size - 850kb vs 5.6mb of the original driver (**7x smaller jar size**) - A bunch of micro optimizations were applied (for example, **batch inserts are now 40% faster**) -- ```CopyManager``` added; +- [CopyManager](https://github.com/blynkkk/clickhouse4j/blob/master/src/main/java/cc/blynk/clickhouse/copy/CopyManager.java) added; - Compiled against Java 8 and many [other things](https://github.com/blynkkk/clickhouse4j/blob/master/CHANGELOG) ### Usage diff --git a/pom.xml b/pom.xml index 45de7c8..052e2dd 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,11 @@ 3.2.1 3.0.0 3.1.2 + 1.5 + 2.8.2 + 2.5.3 + 1.9.4 + 1.6.7 @@ -262,7 +267,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + ${maven-gpg-plugin.version} sign-artifacts @@ -276,7 +281,7 @@ maven-deploy-plugin - 2.8.2 + ${maven-deploy-plugin.version} default-deploy @@ -291,7 +296,7 @@ org.apache.maven.plugins maven-release-plugin - 2.5.3 + ${maven-release-plugin.version} true false @@ -302,7 +307,7 @@ org.apache.maven.scm maven-scm-provider-gitexe - 1.9.4 + ${maven-scm-provider-gitexe.version} @@ -310,7 +315,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + ${nexus-staging-maven-plugin.version} true ossrh