From b1ccfce0b229d544bf08b1c197a2365b40369796 Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Thu, 4 Feb 2021 09:33:28 +0100 Subject: Decouple application configuration file Agreement is that application configuration should live on OOM - leave an example of the configuration file under docker compose to run locally, instead of use OOM. Mainly for devs - document on README how to run the app with IDE or with docker compose - remove duplicate code on poms Issue-ID: CPS-175 Signed-off-by: Claudio D. Gasparini Change-Id: I328e89dba78cdf4d8abab51e3be5cb6d641064db --- cps-rest/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cps-rest') diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 6ee0c4fdd..5bd223d30 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -12,7 +12,7 @@ cps-rest - 0.53 + 0.51 -- cgit 1.2.3-korg