From 7f6616e5d7e2759bc21fad0e363e4e356a8ec8f9 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 6 Nov 2020 10:20:47 -0800 Subject: Move cps files to root dir Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall --- cps-bom/pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 cps-bom/pom.xml (limited to 'cps-bom') diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml new file mode 100644 index 0000000000..ae9e806f3c --- /dev/null +++ b/cps-bom/pom.xml @@ -0,0 +1,31 @@ + + + 4.0.0 + org.onap.cps + cps-bom + 0.0.1-SNAPSHOT + pom + + This artifact contains dependencyManagement declarations of all published CPS components. + + + + org.onap.cps + cps-service + ${project.version} + + + org.onap.cps + cps-rest + ${project.version} + + + org.onap.cps + cps-ri + ${project.version} + + + + \ No newline at end of file -- cgit 1.2.3-korg