X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=c086f58f41bdeadeb5495b7cc4619e8b6dcb249d;hb=refs%2Fchanges%2F47%2F12547%2F2;hp=210486a3491fdc141f87d78256448567f2ea6634;hpb=dd4298b037e722a3e5c6eaf6b9bdb788bb5763b1;p=nonrtric%2Fplt%2Fa1policymanagementservice.git diff --git a/pom.xml b/pom.xml index 210486a..c086f58 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ * O-RAN-SC * %% * Copyright (C) 2019-2023: Nordix Foundation -* Copyright (C) 2023: OpenInfra Foundation Europe +* Copyright (C) 2023-2024: OpenInfra Foundation Europe * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -105,7 +105,6 @@ com.google.code.gson gson - ${gson.version} org.json @@ -144,6 +143,11 @@ ${springdoc.openapi-ui.version} + + org.springframework.boot + spring-boot-test + test + org.springframework.boot spring-boot-starter-test @@ -216,7 +220,7 @@ build-helper-maven-plugin - add-source + add-additional-source-dirs generate-sources add-source @@ -224,6 +228,21 @@ ${project.build.directory}/generated-sources/annotations/ + ${project.basedir}/add-src/main/java + ${project.basedir}/add-src/main/resources + + + + + add-additional-testsource-dirs + generate-sources + + add-test-source + + + + ${project.basedir}/add-src/test/java + ${project.basedir}/add-src/test/resources