From 1595ed794f395816b0bfb6296aecb4a18bbbdec1 Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Wed, 9 Jun 2021 14:22:50 +0100 Subject: Convert Participant Simulator to SpringBoot Application Issue-ID: POLICY-3246 Change-Id: I0e5220be826531cf0338d5cad7018d06bda3daf5 Signed-off-by: FrancescoFioraEst --- .../participant-impl-simulator/pom.xml | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'participant/participant-impl/participant-impl-simulator/pom.xml') diff --git a/participant/participant-impl/participant-impl-simulator/pom.xml b/participant/participant-impl/participant-impl-simulator/pom.xml index d54a23e53..bb8317380 100644 --- a/participant/participant-impl/participant-impl-simulator/pom.xml +++ b/participant/participant-impl/participant-impl-simulator/pom.xml @@ -31,4 +31,71 @@ policy-clamp-participant-impl-simulator ${project.artifactId} Participant simulator, used to test control loops + + + 2.4.4 + 3.0.0 + + + + + + + org.springframework.boot + spring-boot-dependencies + ${springboot.version} + pom + import + + + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-validation + + + io.springfox + springfox-boot-starter + ${springfox.version} + + + io.springfox + springfox-swagger-ui + ${springfox.version} + runtime + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${springboot.version} + + + + repackage + + package + + + + + -- cgit 1.2.3-korg