Skip to content

Commit

Permalink
Removing duplicate dependency (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
kickroot authored Mar 29, 2024
1 parent 081413d commit faecbb3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions magpie-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.15.2</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
Expand Down

0 comments on commit faecbb3

Please sign in to comment.