From 3f01b5fb0a933043aa7128aef1142cc90d2269ce Mon Sep 17 00:00:00 2001 From: sampadawagde Date: Sun, 15 Aug 2021 17:04:17 +0530 Subject: [PATCH] JAVA-6390: pom and README changes for libraries-data-3 --- .../log4j.properties | 0 libraries-data-3/README.md | 6 +-- libraries-data-3/pom.xml | 43 ------------------- 3 files changed, 2 insertions(+), 47 deletions(-) rename {libraries-data-3 => apache-kafka}/log4j.properties (100%) diff --git a/libraries-data-3/log4j.properties b/apache-kafka/log4j.properties similarity index 100% rename from libraries-data-3/log4j.properties rename to apache-kafka/log4j.properties diff --git a/libraries-data-3/README.md b/libraries-data-3/README.md index d3bfb2c80c..fe856436f1 100644 --- a/libraries-data-3/README.md +++ b/libraries-data-3/README.md @@ -3,9 +3,7 @@ This module contains articles about libraries for data processing in Java. ### Relevant articles -- [Kafka Streams vs Kafka Consumer](https://www.baeldung.com/java-kafka-streams-vs-kafka-consumer) -- [Kafka Topic Creation Using Java](https://www.baeldung.com/kafka-topic-creation) -- More articles: [[<-- prev]](/../libraries-data-2) + ##### Building the project -You can build the project from the command line using: *mvn clean install*, or in an IDE. If you have issues with the derive4j imports in your IDE, you have to add the folder: *target/generated-sources/annotations* to the project build path in your IDE. +You can build the project from the command line using: *mvn clean install*, or in an IDE. \ No newline at end of file diff --git a/libraries-data-3/pom.xml b/libraries-data-3/pom.xml index 37d5c7ca0d..1a95613cb3 100644 --- a/libraries-data-3/pom.xml +++ b/libraries-data-3/pom.xml @@ -13,52 +13,9 @@ - - org.apache.kafka - kafka-clients - ${kafka.version} - - - org.apache.kafka - kafka-streams - ${kafka.version} - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - - - org.assertj - assertj-core - ${assertj.version} - test - - - org.testcontainers - kafka - ${testcontainers-kafka.version} - test - - - org.testcontainers - junit-jupiter - ${testcontainers-jupiter.version} - test - - 3.6.2 - 1.7.25 - 2.8.0 - 1.15.3 - 1.15.3 \ No newline at end of file