Skip to content

Commit

Permalink
POM, JDK8 profile: fixed convergence of xml-apis version
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Jun 2, 2020
1 parent a0cd2e7 commit d75ac57
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -2141,6 +2141,16 @@
<activation>
<jdk>1.8</jdk>
</activation>
<dependencyManagement>
<dependencies>
<!-- this is newer version used in xercesImpl, without this dependency convergence check fails -->
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
</dependency>
</dependencies>
</dependencyManagement>
</profile>
</profiles>
</project>

0 comments on commit d75ac57

Please sign in to comment.