From c88bfa6e70b9e4493c4327ceacf0feee6a52619b Mon Sep 17 00:00:00 2001 From: mikand13 Date: Sat, 13 Jan 2018 01:22:00 +0100 Subject: [PATCH] removed provided scope of codegen dependency, to not break downstream imports --- README.md | 4 ++-- pom.xml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0ff15c..cefd05f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ First install with either Maven: com.nannoq cluster - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT ``` @@ -66,7 +66,7 @@ repositories { } dependencies { - compile group: 'nannoq.com:cluster:1.0.2-SNAPSHOT' + compile group: 'nannoq.com:cluster:1.0.4-SNAPSHOT' } ``` diff --git a/pom.xml b/pom.xml index f457da7..20ed973 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.nannoq tools - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT cluster @@ -86,7 +86,6 @@ io.vertx vertx-codegen ${vertx.version} - provided