From d53a72c4f5a613c1dee59a1eab9d1c8dd800d28a Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Sun, 8 Oct 2017 18:03:16 -0400 Subject: Fixes for sonar coverage in bpmn 1. Coordinated jacoco and surefire JVM arg line options 2. Changed sonar plugin version to 2.19.1 3. Removed dead code (unused classes) Issue: SO-193 Change-Id: I21b7a77510eec71f4d4ca9afde5b7f86f0e3cbd7 Signed-off-by: Rob Daugherty --- .../src/main/webapp/WEB-INF/applicationContext.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml index 0492cebbe9..6f61c8fbf4 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml +++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml @@ -4,11 +4,5 @@ http://www.springframework.org/schema/beans/spring-beans.xsd"> - - - - - - -- cgit 1.2.3-korg