Skip to content

Commit 826ab8a

Browse files
committed
Drop dom4j dependency
GitHub reports two CVEs. I'm not sure how dom4j is used in this project, so I'll revert if this break something.
1 parent c41a58e commit 826ab8a

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

pom.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@
237237
<groupId>oro</groupId>
238238
<artifactId>oro</artifactId>
239239
</exclusion>
240+
<exclusion>
241+
<groupId>dom4j</groupId>
242+
<artifactId>dom4j</artifactId>
243+
</exclusion>
240244
</exclusions>
241245
</dependency>
242246

@@ -311,18 +315,6 @@
311315
<scope>test</scope>
312316
</dependency>
313317

314-
<dependency>
315-
<groupId>dom4j</groupId>
316-
<artifactId>dom4j</artifactId>
317-
<version>1.6.1</version>
318-
<exclusions>
319-
<exclusion>
320-
<groupId>xml-apis</groupId>
321-
<artifactId>xml-apis</artifactId>
322-
</exclusion>
323-
</exclusions>
324-
</dependency>
325-
326318
<!-- Commons Patches due to maven legacy usage and vulnerabilities in many cases -->
327319
<dependency>
328320
<groupId>commons-beanutils</groupId>

0 commit comments

Comments
 (0)