X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=rapp-manager-acm%2Fpom.xml;h=8cb14c4a46aaec3b49e1f7046a205fc76842056a;hb=4e0f690867551e6ff679debcc7a1fa531aa4c8e7;hp=0e01bb4a60bbfea3f407d77e04e96f97cbc64032;hpb=c7d8cf916237078ed0c862ee1335cc60152c4d81;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/rapp-manager-acm/pom.xml b/rapp-manager-acm/pom.xml index 0e01bb4..8cb14c4 100755 --- a/rapp-manager-acm/pom.xml +++ b/rapp-manager-acm/pom.xml @@ -4,6 +4,7 @@ * O-RAN-SC * %% * Copyright (C) 2023 Nordix Foundation +* Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -43,6 +44,11 @@ rapp-manager-models ${project.version} + + org.o-ran-sc.nonrtric.plt.rappmanager + rapp-manager-dme + ${project.version} + org.onap.policy.clamp policy-clamp-models @@ -80,6 +86,11 @@ spring-boot-starter-test test + + org.springframework.boot + spring-boot-starter-web + test + @@ -96,7 +107,7 @@ generate - ${project.basedir}/src/main/resources/openapi/acm-spec.yaml + ${project.parent.basedir}/openapi/acm/acm-spec.yaml java resttemplate false @@ -110,7 +121,7 @@ ToscaNodeTemplate=org.onap.policy.models.tosca.authorative.concepts.ToscaNodeTemplate, AutomationCompositions=org.onap.policy.clamp.models.acm.concepts.AutomationCompositions, AutomationComposition=org.onap.policy.clamp.models.acm.concepts.AutomationComposition, - + AutomationCompositionDefinition=org.onap.policy.clamp.models.acm.concepts.AutomationCompositionDefinition, SimpleResponse=org.onap.policy.clamp.models.acm.messages.rest.SimpleResponse, AcTypeStateUpdate=org.onap.policy.clamp.models.acm.messages.rest.commissioning.AcTypeStateUpdate, AcInstanceStateUpdate=org.onap.policy.clamp.models.acm.messages.rest.instantiation.AcInstanceStateUpdate,