summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/validation/src/test/java/policy/xml/MayProvideIntentNotFoundTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/itest/validation/src/test/java/policy/xml/MayProvideIntentNotFoundTestCase.java')
-rw-r--r--java/sca/itest/validation/src/test/java/policy/xml/MayProvideIntentNotFoundTestCase.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/sca/itest/validation/src/test/java/policy/xml/MayProvideIntentNotFoundTestCase.java b/java/sca/itest/validation/src/test/java/policy/xml/MayProvideIntentNotFoundTestCase.java
index 69d516babe..3b8d075165 100644
--- a/java/sca/itest/validation/src/test/java/policy/xml/MayProvideIntentNotFoundTestCase.java
+++ b/java/sca/itest/validation/src/test/java/policy/xml/MayProvideIntentNotFoundTestCase.java
@@ -19,9 +19,11 @@
package policy.xml;
import junit.framework.TestCase;
+
import org.apache.tuscany.sca.monitor.Monitor;
import org.apache.tuscany.sca.monitor.Problem;
-import org.apache.tuscany.sca.monitor.impl.DefaultLoggingMonitorImpl;
+import org.apache.tuscany.sca.monitor.logging.impl.DefaultLoggingMonitorImpl;
+
import domain.CustomCompositeBuilder;
/**