diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2018-09-20 12:52:56 +0000 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2018-09-20 12:52:59 +0000 |
commit | 112404c8a85ec97f1366dd274e5415210ffee7b7 (patch) | |
tree | 6f1a2cd0b1761d8a90fc1767cb8c01f369845ebe /aai-core/pom.xml | |
parent | 42af0df3d0433146bfffbcd9e61a26e0e6015879 (diff) |
Exclude groovy indy
Issue-ID: AAI-1632
Change-Id: I4c52de06f20d1a89ff2403b98af73a89a04467ea
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index c696d7c7..9788e115 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -987,6 +987,12 @@ <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-groovy</artifactId> <version>${gremlin.version}</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> |