Node API - GET Method performance issue
[cps.git] / cps-service / src / test / groovy / org / onap / cps / notification / NotificationPublisherSpec.groovy
index f215c6d..6cd9ae1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * ============LICENSE_START=======================================================
  *  Copyright (C) 2021 Bell Canada. All rights reserved.
- *  ================================================================================
+ *  Modifications Copyright (C) 2021-2022 Nordix Foundation
+ * ================================================================================
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
  *  You may obtain a copy of the License at
@@ -20,7 +21,6 @@
 package org.onap.cps.notification
 
 import org.apache.kafka.clients.producer.ProducerRecord
-import org.apache.kafka.clients.producer.RecordMetadata
 import org.onap.cps.event.model.Content
 import org.onap.cps.event.model.CpsDataUpdatedEvent
 import org.spockframework.spring.SpringBean