Update project structure for aaf/cadi
[aaf/cadi.git] / core / src / test / java / org / onap / aaf / cadi / wsse / test / JU_WSSE_Read.java
@@ -20,7 +20,7 @@
  * * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
  * *\r
  ******************************************************************************/\r
-package com.att.cadi.wsse.test;\r
+package org.onap.aaf.cadi.wsse.test;\r
 \r
 import static junit.framework.Assert.assertEquals;\r
 import static junit.framework.Assert.assertNotNull;\r
@@ -33,10 +33,9 @@ import java.io.FileInputStream;
 import javax.xml.stream.XMLStreamException;\r
 \r
 import org.junit.Test;\r
-\r
-import com.att.cadi.BasicCred;\r
-import com.att.cadi.BufferedServletInputStream;\r
-import com.att.cadi.wsse.WSSEParser;\r
+import org.onap.aaf.cadi.BasicCred;\r
+import org.onap.aaf.cadi.BufferedServletInputStream;\r
+import org.onap.aaf.cadi.wsse.WSSEParser;\r
 \r
 public class JU_WSSE_Read {\r
 \r