diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-13 11:59:38 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-13 11:59:38 +0200 |
commit | e9a899f1866f225bddab5f08f7847b8417c5f1da (patch) | |
tree | 94abe1e5680214c062311e6a56878779fe725921 /aai-schema-ingest | |
parent | 5c51d64a26c09c6d300681751b5e622820888216 (diff) |
Remove groovy dependency from aai-common
- remove org.codehaus.groovy declaration
Issue-ID: AAI-3941
Change-Id: I28480671031b81813e151202531dd08995bf42b3
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-schema-ingest')
-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> |