diff options
Diffstat (limited to 'aai-schema-ingest/pom.xml')
-rw-r--r-- | aai-schema-ingest/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index af58202a..b619cec7 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -35,7 +35,6 @@ limitations under the License. <properties> <httpclient.version>4.5.13</httpclient.version> - <groovy.version>2.5.15</groovy.version> <springframework.version>4.3.24.RELEASE</springframework.version> </properties> <build> @@ -67,12 +66,6 @@ limitations under the License. <artifactId>guava</artifactId> </dependency> <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy</artifactId> - <version>${groovy.version}</version> - <classifier>indy</classifier> - </dependency> - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> |