removed code smells
[appc.git] / services / appc-dmaap-service / appc-dmaap-event-service / src / main / java / org / onap / appc / services / dmaapService / EventServer.java
index 9df67cb..88bfe98 100644 (file)
 
 package org.onap.appc.services.dmaapService;
 
-import org.onap.appc.adapter.messaging.dmaap.http.HttpDmaapConsumerImpl;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
-import org.springframework.web.bind.annotation.RequestParam;
 import org.springframework.web.bind.annotation.RestController;
 
 import com.att.eelf.configuration.EELFLogger;