From 2579386298fc4862a87073f8c719986925d77424 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 8 Nov 2018 17:11:10 +0100 Subject: Fix DCAE status refresh Fix the DCAE status refresh that was not done during the loading of the model in Clamp Issue-ID: CLAMP-246 Change-Id: I61ec1de74d46879ba638833bcab5143966d37228 Signed-off-by: sebdet --- pom.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 72f62f03..f95805f5 100644 --- a/pom.xml +++ b/pom.xml @@ -856,9 +856,9 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 2.22.1 - 1 + 0 false @@ -866,8 +866,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.17 - + 2.22.1 integration-tests @@ -876,10 +875,13 @@ verify + + ${project.build.directory}/classes + **/*ItCase.java - 1 + 0 false -- cgit 1.2.3-korg