Clean up dependencies in uui-server 51/139951/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 17 Jan 2025 06:37:12 +0000 (07:37 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 17 Jan 2025 12:49:24 +0000 (13:49 +0100)
commitd0ea368346b68a85696f4a0dac8b1e02c446b64d
treeaefc51694071730ab45719ff142210002966b63c
parent8307946c387b52b448d49f6bd9ca8f55f9cfe516
Clean up dependencies in uui-server

- remove msb-java-sdk since msb is not used in the java code
  (and it has lots of outdated transient dependencies)
- change scope of junit, mockito and powermock dependencies to test
- do not pin spring framework version as it is already managed by spring-boot dependency management [0]
- replace spring-boot-starter-data-rest with -web since the former bundles the latter and actually nothing
  of -data-rest is used in the codebase
- update jacoco plugin to be compatible with Java 17

[0] defining a separate version also bears the risk of incompatability between the two

Issue-ID: USECASEUI-855
Change-Id: I0c236f3eec35fac07e8f5969d4d8f654fc10c068
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
server/pom.xml
server/src/test/java/org/onap/usecaseui/server/service/lcm/impl/DefaultPackageDistributionServiceTest.java
server/src/test/java/org/onap/usecaseui/server/service/slicingdomain/kpi/bean/KpiPDUSessionEstSRTest.java