We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41a58e commit 826ab8aCopy full SHA for 826ab8a
pom.xml
@@ -237,6 +237,10 @@
237
<groupId>oro</groupId>
238
<artifactId>oro</artifactId>
239
</exclusion>
240
+ <exclusion>
241
+ <groupId>dom4j</groupId>
242
+ <artifactId>dom4j</artifactId>
243
+ </exclusion>
244
</exclusions>
245
</dependency>
246
@@ -311,18 +315,6 @@
311
315
<scope>test</scope>
312
316
313
317
314
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <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
-
326
<!-- Commons Patches due to maven legacy usage and vulnerabilities in many cases -->
327
<dependency>
328
<groupId>commons-beanutils</groupId>
0 commit comments