diff options
author | 2025-01-03 11:31:59 +0100 | |
---|---|---|
committer | 2025-02-04 14:01:13 +0100 | |
commit | 30148e02849d29ab05e4800091a10585b54839bb (patch) | |
tree | 54e6696366e407a982c3848fd34d1b192e7e64fc /aai-schema-abstraction/pom.xml | |
parent | 671edd133f4858b4b17663d109a23c80bbffa6b7 (diff) |
Spring-boot 3 update
- update to spring boot 3.0.13, this includes:
- change of javax to jakarta namespace
- upgrade of eclipselink (2.7.15 -> 3.0.1)
Issue-ID: AAI-4098
Change-Id: I57bbc453be892a6425a23d5ec58c140cf9736cda
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-schema-abstraction/pom.xml')
-rw-r--r-- | aai-schema-abstraction/pom.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/aai-schema-abstraction/pom.xml b/aai-schema-abstraction/pom.xml index 36654f71..3722b283 100644 --- a/aai-schema-abstraction/pom.xml +++ b/aai-schema-abstraction/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.15.5-SNAPSHOT</version> + <version>1.16.0-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> @@ -67,17 +67,6 @@ <artifactId>jackson-databind</artifactId> </dependency> <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-junit</artifactId> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <scope>test</scope> |