diff options
-rw-r--r-- | dependencies-odl-bom/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 821c94dc..f0a79d0a 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -6,7 +6,7 @@ <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent</artifactId> <version>8.1.2</version> - <relativePath/> + <relativePath /> </parent> <groupId>org.onap.ccsdk.parent</groupId> @@ -85,6 +85,11 @@ <artifactId>dmaapClient</artifactId> <version>1.1.14</version> </dependency> + <dependency> + <groupId>org.apache.kafka</groupId> + <artifactId>kafka-clients</artifactId> + <version>3.0.0</version> + </dependency> <!-- Below provides javax.annotations --> <dependency> <groupId>com.google.code.findbugs</groupId> @@ -200,7 +205,7 @@ <!-- This version supports the "deployAtEnd" parameter --> <version>2.8</version> <configuration> - <skip/> + <skip /> <deployAtEnd>true</deployAtEnd> </configuration> </plugin> |