aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-09-18 14:24:54 -0400
committerJimmy Forsyth <jf2512@att.com>2018-09-18 14:24:58 -0400
commit08c7878281606054443693862339eaafc335903c (patch)
tree7d39a2f32be1d84685e5b23125236b5c5fe9383f
parentc8b17d27cb83ed42e062c58e34642cd9c98ac189 (diff)
Specify groovy 2.4.15
Issue-ID: AAI-1632 Change-Id: I4f6c566dcd2737424bcc42642147f912e745b94f Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--aai-core/pom.xml7
-rw-r--r--aai-schema-ingest/pom.xml6
2 files changed, 13 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index 016e402b..6ba76996 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -48,6 +48,7 @@
<activemq.version>5.15.6</activemq.version>
<jacoco.line.coverage.limit>0.50</jacoco.line.coverage.limit>
<gremlin.version>3.2.2</gremlin.version>
+ <groovy.version>2.4.15</groovy.version>
<jetty.version>9.4.11.v20180605</jetty.version>
<!-- Start of Default ONAP Schema Properties -->
@@ -947,6 +948,12 @@
<artifactId>json-patch</artifactId>
<version>1.9</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>${groovy.version}</version>
+ <classifier>indy</classifier>
+ </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
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>