[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOURN-plugin / src / test / java / org / openecomp / camunda / bpmn / plugin / urnmap / URNMapPluginESTest.java
@@ -3,16 +3,19 @@
  * Mon Nov 14 13:49:02 GMT 2016
  */
 
-package com.att.camunda.bpm.plugin.urnmap;
+package org.openecomp.camunda.bpmn.plugin.urnmap;
 
 import org.junit.Test;
+
 import static org.junit.Assert.*;
 
 import java.util.List;
 import java.util.Set;
+
 import org.evosuite.runtime.EvoRunner;
 import org.evosuite.runtime.EvoRunnerParameters;
 import org.junit.runner.RunWith;
+import org.openecomp.camunda.bpmn.plugin.urnmap.URNMapPlugin;
 
 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
 public class URNMapPluginESTest extends URNMapPluginESTestscaffolding {