aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-06-16 09:38:26 +0100
committerefiacor <fiachra.corcoran@est.tech>2022-10-10 17:40:51 +0100
commitcff56489f774f937654cb6eb198d3d5ef41418a2 (patch)
tree3819828c2fed7d46536253ff2f35bcf0a3c9c031 /pom.xml
parent1b46a6e1d6fcf9788c9f18552f6f6b8fed60126c (diff)
[STRIMZI] Migrate client from cambria to kafka native
Add call to sdc to get kafka and topic details Add kafka config to IConfiguration interface Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ibec77d1ff1cd25ad4adce133ee81d66e54c7707f Issue-ID: DMAAP-1745
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 9defce1..bb52ff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.onap.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-main-distribution-client</artifactId>
- <version>1.4.5-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdc-sdc-distribution-client</name>
@@ -21,7 +21,6 @@
</modules>
<properties>
-
<!-- ==================== -->
<!-- Generic properties -->
<!-- ==================== -->
@@ -38,7 +37,7 @@
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.15</httpcore.version>
<logback.version>1.2.11</logback.version>
- <junit.version>5.9.0</junit.version>
+ <junit.version>5.7.2</junit.version>
<snakeyaml.version>1.30</snakeyaml.version>
<guava.version>31.1-jre</guava.version>
<jetty.version>9.4.48.v20220622</jetty.version>
@@ -71,7 +70,6 @@
<maven-site-plugin.version>3.9.1</maven-site-plugin.version>
<wagon-webdav-jackrabbit.version>3.4.2</wagon-webdav-jackrabbit.version>
<jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version>
- <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-compiler-plugin.source>11</maven-compiler-plugin.source>
<maven-compiler-plugin.target>11</maven-compiler-plugin.target>
@@ -129,7 +127,6 @@
<artifactId>umlgraph</artifactId>
<version>${umlgraph.version}</version>
</docletArtifact>
- <additionalparam>-views</additionalparam>
<useStandardDocletOptions>true</useStandardDocletOptions>
</configuration>
</plugin>
@@ -140,7 +137,14 @@
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.17</version>
+ <executions>
+ <execution>
+ <id>onap-java-style</id>
+ <configuration>
+ <consoleOutput>false</consoleOutput>
+ </configuration>
+ </execution>
+ </executions>
<configuration>
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
<suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>