From 7cca0296e855bbfaff7d14769db2fc76c5c06892 Mon Sep 17 00:00:00 2001 From: Ruslan Kashapov Date: Tue, 24 Nov 2020 11:13:43 +0200 Subject: Persistence layer testing incl CpsModulePersistenceService testing Issue-ID: CPS-95 Change-Id: I5eba5f6953f483304ff3864914e7a6c9b2bb3f56 Signed-off-by: Ruslan Kashapov --- cps-ri/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cps-ri/pom.xml') diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 2c28212af..b5fe93381 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -36,5 +36,16 @@ org.projectlombok lombok + + + org.springframework.boot + spring-boot-starter-test + test + + + org.testcontainers + postgresql + test + -- cgit 1.2.3-korg