From 4a50604b767176aa323acae366fa762015a7f9f6 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Fri, 28 Jan 2022 11:41:38 +0000 Subject: Apex Editor using Spring Boot Changed Apex Editor to use Spring Boot (MVC) Changed all tests to use JUnit 5 Added more tests for policy upload feature Updated JS files to reflect JSON encoding change Added Apex Editor README Changed rest path to /policy/gui/v1/apex/editor Issue-ID: POLICY-3896 Signed-off-by: danielhanrahan Change-Id: I10f1ee3c40244a822a7032b4b24cb02060698fc3 --- pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d1f833c..01bfc06 100644 --- a/pom.xml +++ b/pom.xml @@ -51,24 +51,6 @@ packages - - - junit - junit - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - ecomp-site -- cgit 1.2.3-korg