Skip to content

Commit 6bf1b58

Browse files
committed
JAVA-6390: pom and README changes for libraries-data-3
1 parent fdc87ea commit 6bf1b58

File tree

3 files changed

+2
-47
lines changed

3 files changed

+2
-47
lines changed
File renamed without changes.

libraries-data-3/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
This module contains articles about libraries for data processing in Java.
44

55
### Relevant articles
6-
- [Kafka Streams vs Kafka Consumer](https://www.baeldung.com/java-kafka-streams-vs-kafka-consumer)
7-
- [Kafka Topic Creation Using Java](https://www.baeldung.com/kafka-topic-creation)
8-
- More articles: [[<-- prev]](/../libraries-data-2)
6+
97

108
##### Building the project
11-
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.
9+
You can build the project from the command line using: *mvn clean install*, or in an IDE.

libraries-data-3/pom.xml

-43
Original file line numberDiff line numberDiff line change
@@ -13,52 +13,9 @@
1313
</parent>
1414

1515
<dependencies>
16-
<dependency>
17-
<groupId>org.apache.kafka</groupId>
18-
<artifactId>kafka-clients</artifactId>
19-
<version>${kafka.version}</version>
20-
</dependency>
21-
<dependency>
22-
<groupId>org.apache.kafka</groupId>
23-
<artifactId>kafka-streams</artifactId>
24-
<version>${kafka.version}</version>
25-
</dependency>
26-
<dependency>
27-
<groupId>org.slf4j</groupId>
28-
<artifactId>slf4j-api</artifactId>
29-
<version>${slf4j.version}</version>
30-
</dependency>
31-
<dependency>
32-
<groupId>org.slf4j</groupId>
33-
<artifactId>slf4j-log4j12</artifactId>
34-
<version>${slf4j.version}</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.assertj</groupId>
38-
<artifactId>assertj-core</artifactId>
39-
<version>${assertj.version}</version>
40-
<scope>test</scope>
41-
</dependency>
42-
<dependency>
43-
<groupId>org.testcontainers</groupId>
44-
<artifactId>kafka</artifactId>
45-
<version>${testcontainers-kafka.version}</version>
46-
<scope>test</scope>
47-
</dependency>
48-
<dependency>
49-
<groupId>org.testcontainers</groupId>
50-
<artifactId>junit-jupiter</artifactId>
51-
<version>${testcontainers-jupiter.version}</version>
52-
<scope>test</scope>
53-
</dependency>
5416
</dependencies>
5517

5618
<properties>
57-
<assertj.version>3.6.2</assertj.version>
58-
<slf4j.version>1.7.25</slf4j.version>
59-
<kafka.version>2.8.0</kafka.version>
60-
<testcontainers-kafka.version>1.15.3</testcontainers-kafka.version>
61-
<testcontainers-jupiter.version>1.15.3</testcontainers-jupiter.version>
6219
</properties>
6320

6421
</project>

0 commit comments

Comments
 (0)