aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-09-14 16:11:00 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-09-14 16:11:00 +0200
commitfbe35388ec1841b8a75fb054d2fc809b901c11aa (patch)
treedf161597529660407dc097a184284de3d05eff35 /src/main
parent729ad06baa65151578399f13173cc5de35e1be8c (diff)
Add new tests for DAO
New test to validate some methods of the DAO and attempt to disable Camunda in IT when it was not required to have it Change-Id: I231230a7a4818f4bfd7887319a321625f66ffcae Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/org/onap/clamp/clds/service/CldsTemplateService.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/java/org/onap/clamp/clds/service/CldsTemplateService.java b/src/main/java/org/onap/clamp/clds/service/CldsTemplateService.java
index 87f9c0c4f..e6e7325a9 100644
--- a/src/main/java/org/onap/clamp/clds/service/CldsTemplateService.java
+++ b/src/main/java/org/onap/clamp/clds/service/CldsTemplateService.java
@@ -49,7 +49,6 @@ import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.xml.transform.TransformerException;
-import org.camunda.bpm.engine.RuntimeService;
import org.onap.clamp.clds.dao.CldsDao;
import org.onap.clamp.clds.model.CldsTemplate;
import org.onap.clamp.clds.model.ValueItem;
@@ -90,8 +89,7 @@ public class CldsTemplateService extends SecureServiceBase {
@Autowired
private CldsDao cldsDao;
- @Autowired
- private RuntimeService runtimeService;
+
@Autowired
private XslTransformer cldsBpmnTransformer;