Added support for using oauth token for Kafka
in datafile collector
OAUTHBEARER is supported as SASL mechanism.
This can be done over SSL or plain text.
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-853
Change-Id: I55760d72f2f8c498bd9d57dbb7a99756843f4606
diff --git a/datafilecollector/pom.xml b/datafilecollector/pom.xml
index 6c869bd..4dc55a7 100644
--- a/datafilecollector/pom.xml
+++ b/datafilecollector/pom.xml
@@ -157,7 +157,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<finalName>${project.artifactId}</finalName>
- <mainClass>org.onap.dcaegen2.collectors.datafile.MainApp</mainClass>
+ <mainClass>org.oran.datafile.MainApp</mainClass>
</configuration>
<executions>
<execution>