diff options
author | James Forsyth <jf2512@att.com> | 2018-09-26 20:51:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-26 20:51:44 +0000 |
commit | 9acac0a105926acfa4a959acba80d12c94e65944 (patch) | |
tree | 16251cfdcb097c9cca2c4c9ed75fec54e5727e3b /pom.xml | |
parent | 9e13cc76cd4783cab987db49811fe7702928bdb8 (diff) | |
parent | 62ef6cfb073353720fc054d9fdea642f6afb45f3 (diff) |
Merge "Exclude groovy indy"
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |