diff options
author | 2025-02-06 08:51:24 +0100 | |
---|---|---|
committer | 2025-02-06 08:51:24 +0100 | |
commit | e838147fdcb4915c6529d65326999706da59f717 (patch) | |
tree | 4b8dd4e2285640d0f28513dffabf03b80c6fab09 /aai-schema-gen | |
parent | 120bcaa7161ed20beb5187f076baeb65757c7d3b (diff) |
Use 1.15.5 aai-common release version
- release version is required to stage schema-service release
- fully remove junit 4
Issue-ID: AAI-4125
Change-Id: I79ec06fb32ee6375d431659eb6af5054f4bd3d9c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-schema-gen')
-rw-r--r-- | aai-schema-gen/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 4cad027..806a717 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -696,12 +696,6 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.6</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -712,7 +706,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>4.4.0</version> + <version>4.11.0</version> <scope>test</scope> </dependency> </dependencies> |