From b77bf2529f15e60c852cf83d5150e75d30068bb0 Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Thu, 28 Jan 2021 15:36:37 +0100 Subject: Decouple configuration from application - Decouple configuration from application - Generate all 3 types of docker variations Issue-ID: CPS-175 Signed-off-by: Claudio D. Gasparini Change-Id: I1e2e0577c5911f7c79801e4c691d196515dc02a1 --- cps-dependencies/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'cps-dependencies') diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 23683f65c..1beee115b 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -26,6 +26,7 @@ 1.3-groovy-2.5 4.2.0 2.3.8.RELEASE + Hoxton.SR9 3.0.0 2.1.4 1.15.1 @@ -54,6 +55,13 @@ pom import + + org.springframework.cloud + spring-cloud-dependencies + ${springboot.cloud.version} + pom + import + org.opendaylight.yangtools yangtools-artifacts @@ -66,6 +74,12 @@ swagger-annotations ${swagger.version} + + + io.swagger + swagger-annotations + 1.6.2 + io.springfox springfox-boot-starter -- cgit 1.2.3-korg