Fix/Renable sidecar builds
[aaf/cadi.git] / sidecar / fproxy / src / test / java / org / onap / aaf / cadi / sidecar / fproxy / test / FProxyIT.java
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
-package org.onap.aaf.fproxy;
+package org.onap.aaf.cadi.sidecar.fproxy.test;
 
 import static org.assertj.core.api.Assertions.assertThat;
 
 import org.eclipse.jetty.util.security.Password;
 import org.junit.Test;
 import org.junit.runner.RunWith;
-import org.onap.aaf.fproxy.service.ForwardingProxyService;
+import org.onap.aaf.cadi.sidecar.fproxy.service.ForwardingProxyService;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;