Modify package structure and pom file
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / commons / ftp / AFtpRemoteFile.java
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.onap.nfvo.emsdriver.commons.ftp;
+package org.onap.vfc.nfvo.emsdriver.commons.ftp;
 
 import java.io.IOException;
 import java.io.InputStream;
@@ -78,4 +78,4 @@ public class AFtpRemoteFile implements RemoteFile{
                ftpFile = null;
                currDir = null;
        }
-}
\ No newline at end of file
+}