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-parent | |
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-parent')
-rw-r--r-- | aai-parent/pom.xml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 82fd3135..52bedfda 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -63,13 +63,11 @@ limitations under the License. <google.guava.version>31.1-jre</google.guava.version> <gremlin.version>3.7.1</gremlin.version> <janusgraph.version>1.0.0</janusgraph.version> - <groovy.version>2.5.15</groovy.version> <gson.version>2.9.1</gson.version> <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version> <hamcrest.core.version>2.2</hamcrest.core.version> <javatuples.version>1.2</javatuples.version> <jaxb.version>2.3.1</jaxb.version> - <old.jaxb.version>2.3.0.1</old.jaxb.version> <jaxrs.version>2.1.1</jaxrs.version> <jcommander.version>1.78</jcommander.version> <jnr.ffi.version>2.2.12</jnr.ffi.version> @@ -324,13 +322,6 @@ limitations under the License. </dependency> <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy</artifactId> - <version>${groovy.version}</version> - <classifier>indy</classifier> - </dependency> - - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>${mockito.all.version}</version> @@ -376,38 +367,6 @@ limitations under the License. <artifactId>jakarta.xml.bind-api</artifactId> <version>2.3.3</version> </dependency> - - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-broker</artifactId> - <version>${activemq.version}</version> - </dependency> - - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-client</artifactId> - <version>${activemq.version}</version> - </dependency> - - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-openwire-legacy</artifactId> - <version>${activemq.version}</version> - </dependency> - - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymock</artifactId> - <version>${easy.mock.version}</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-xjc</artifactId> - <version>${old.jaxb.version}</version> - </dependency> - <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> |