aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-09-26 20:51:44 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-26 20:51:44 +0000
commit9acac0a105926acfa4a959acba80d12c94e65944 (patch)
tree16251cfdcb097c9cca2c4c9ed75fec54e5727e3b
parent9e13cc76cd4783cab987db49811fe7702928bdb8 (diff)
parent62ef6cfb073353720fc054d9fdea642f6afb45f3 (diff)
Merge "Exclude groovy indy"
-rwxr-xr-xpom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 561ebbe..fa53e55 100755
--- a/pom.xml
+++ b/pom.xml
@@ -439,6 +439,12 @@
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-driver</artifactId>
<version>${gremlin.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- End of Tinkerpop Dependencies -->
<dependency>