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-core/pom.xml | |
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-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index c42450db..0fcddcd6 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -36,7 +36,6 @@ limitations under the License. <springframework.version>4.3.24.RELEASE</springframework.version> <jacoco.line.coverage.limit>0.50</jacoco.line.coverage.limit> - <groovy.version>2.5.15</groovy.version> <mockito.core.version>3.4.0</mockito.core.version> <!-- Start of Default ONAP Schema Properties --> <aai.wiki.link>https://wiki.onap.org/</aai.wiki.link> @@ -301,12 +300,6 @@ limitations under the License. <artifactId>json-patch</artifactId> </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-context</artifactId> </dependency> @@ -354,12 +347,6 @@ limitations under the License. <dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-groovy</artifactId> - <exclusions> - <exclusion> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |