widget changes to upload single JS file
[portal.git] / ecomp-portal-widget-ms / widget-ms / src / main / java / org / onap / portalapp / widget / utils / UnzipUtil.java
index f20ed1b..164a698 100644 (file)
@@ -51,8 +51,7 @@ public class UnzipUtil {
                        ZipEntry entry = zipIn.getNextEntry();
                        Map<String, byte[]> map = new HashMap<>();
        
-                       String[] requiredKeys = { WidgetConstant.WIDGET_CONTROLLER_LOCATION, WidgetConstant.WIDGET_MARKUP_LOCATION,
-                                       WidgetConstant.WIDGET_STYLE_LOCATION };
+                       String[] requiredKeys = { WidgetConstant.WIDGET_CONTROLLER_LOCATION };
                        for (String k : requiredKeys)
                                map.put(k, null);