Skip to content

Commit

Permalink
JENA-CORE pulls in a very specific version XML-APIS. There may well b…
Browse files Browse the repository at this point in the history
…e a conflict but a fix should be to leave it as a transient dependency in cdk-io
  • Loading branch information
johnmay authored and egonw committed Dec 22, 2021
1 parent b349cfd commit 777484a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions storage/io/pom.xml
Expand Up @@ -42,11 +42,6 @@
<artifactId>xercesImpl</artifactId>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.3.03</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions storage/iordf/pom.xml
Expand Up @@ -14,11 +14,6 @@

<name>cdk-iordf</name>
<dependencies>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.3.03</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
Expand Down

0 comments on commit 777484a

Please sign in to comment.