diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-09-18 14:24:54 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-09-18 14:24:58 -0400 |
commit | 08c7878281606054443693862339eaafc335903c (patch) | |
tree | 7d39a2f32be1d84685e5b23125236b5c5fe9383f /aai-schema-ingest | |
parent | c8b17d27cb83ed42e062c58e34642cd9c98ac189 (diff) |
Specify groovy 2.4.15
Issue-ID: AAI-1632
Change-Id: I4f6c566dcd2737424bcc42642147f912e745b94f
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-schema-ingest')
-rw-r--r-- | aai-schema-ingest/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 2d2ebe4e..71869c9e 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -64,6 +64,12 @@ <artifactId>guava</artifactId> <version>16.0</version> </dependency> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy</artifactId> + <version>2.4.15</version> + <classifier>indy</classifier> + </dependency> <dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-core</artifactId> |