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-service/pom.xml | |
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-service/pom.xml')
-rw-r--r-- | aai-schema-service/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index a531f63..f4ec45e 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -330,6 +330,10 @@ <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema-ingest</artifactId> </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -364,6 +368,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> |