Skip to content

Commit 3febdb9

Browse files
Remove unused jackson-dataformat-csv depedency (#24)
1 parent c6560e9 commit 3febdb9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@
120120
<artifactId>jackson-dataformat-yaml</artifactId>
121121
<version>2.14.3</version>
122122
</dependency>
123-
<dependency>
124-
<groupId>com.fasterxml.jackson.dataformat</groupId>
125-
<artifactId>jackson-dataformat-csv</artifactId>
126-
<version>2.14.3</version>
127-
</dependency>
128123
<dependency>
129124
<groupId>org.testcontainers</groupId>
130125
<artifactId>testcontainers</artifactId>

0 commit comments

Comments
 (0)