Skip to content

Commit ceabb0b

Browse files
authored
Merge pull request #160 from CBIIT/vuln-fix
Removes vulnerable package
2 parents e1ee0e4 + dc5356c commit ceabb0b

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,6 @@
217217
<version>1.5.1</version>
218218
<scope>test</scope>
219219
</dependency>
220-
<dependency>
221-
<groupId>com.fasterxml.jackson.dataformat</groupId>
222-
<artifactId>jackson-dataformat-yaml</artifactId>
223-
<version>2.15.2</version>
224-
</dependency>
225220
<!-- Neo4j Graphql -->
226221
<dependency>
227222
<groupId>org.neo4j</groupId>
@@ -314,10 +309,6 @@
314309
<groupId>joda-time</groupId>
315310
<artifactId>joda-time</artifactId>
316311
</exclusion>
317-
<exclusion>
318-
<groupId>com.fasterxml.jackson.dataformat</groupId>
319-
<artifactId>jackson-dataformat-yaml</artifactId>
320-
</exclusion>
321312
<exclusion>
322313
<groupId>org.apache.logging.log4j</groupId>
323314
<artifactId>log4j-api</artifactId>

0 commit comments

Comments
 (0)