Skip to content

Commit

Permalink
remove xerces test dependency (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
massdosage committed Jun 17, 2020
1 parent ff383b3 commit 5d1da3d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -105,13 +105,6 @@
<version>${junit.jupiter.version}</version>
<scope>provided</scope>
</dependency>
<!-- below removes "Failed to set setXIncludeAware(true)" warnings in log when running cobertura -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 5d1da3d

Please sign in to comment.