From 6e320daa57a9ec9acb19a213f6dd2081e70e2e26 Mon Sep 17 00:00:00 2001 From: Robert Dale Date: Tue, 25 Sep 2018 07:40:50 -0400 Subject: [PATCH] TINKERPOP-2045 removed duplicate non-indy groovy core dep --- CHANGELOG.asciidoc | 1 + gremlin-driver/pom.xml | 14 ++++++++++++++ gremlin-groovy/pom.xml | 21 +++++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6d9770f8972..e93c1c933e5 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,6 +23,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima [[release-3-2-10]] === TinkerPop 3.2.10 (Release Date: NOT OFFICIALLY RELEASED YET) +* Removed conflicting non-indy groovy core dependency * Bumped jython-standalone 2.7.1 * SSL security enhancements * Added Gremlin version to Gremlin Server startup logging output. diff --git a/gremlin-driver/pom.xml b/gremlin-driver/pom.xml index a7835ab529d..3f891ba0ac6 100644 --- a/gremlin-driver/pom.xml +++ b/gremlin-driver/pom.xml @@ -47,12 +47,26 @@ limitations under the License. groovy-json ${groovy.version} indy + + + + org.codehaus.groovy + groovy + + org.codehaus.groovy groovy-sql ${groovy.version} indy + + + + org.codehaus.groovy + groovy + + org.apache.commons diff --git a/gremlin-groovy/pom.xml b/gremlin-groovy/pom.xml index 3c7a12223d3..9653e9375f4 100644 --- a/gremlin-groovy/pom.xml +++ b/gremlin-groovy/pom.xml @@ -47,18 +47,39 @@ limitations under the License. groovy-groovysh ${groovy.version} indy + + + + org.codehaus.groovy + groovy + + org.codehaus.groovy groovy-json ${groovy.version} indy + + + + org.codehaus.groovy + groovy + + org.codehaus.groovy groovy-jsr223 ${groovy.version} indy + + + + org.codehaus.groovy + groovy + + org.apache.commons