Skip to content

Commit 777484a

Browse files
johnmayegonw
authored andcommitted
JENA-CORE pulls in a very specific version XML-APIS. There may well be a conflict but a fix should be to leave it as a transient dependency in cdk-io
1 parent b349cfd commit 777484a

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

storage/io/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
<artifactId>xercesImpl</artifactId>
4343
<version>2.8.0</version>
4444
</dependency>
45-
<dependency>
46-
<groupId>xml-apis</groupId>
47-
<artifactId>xml-apis</artifactId>
48-
<version>1.3.03</version>
49-
</dependency>
5045
<dependency>
5146
<groupId>org.apache.logging.log4j</groupId>
5247
<artifactId>log4j-core</artifactId>

storage/iordf/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414

1515
<name>cdk-iordf</name>
1616
<dependencies>
17-
<dependency>
18-
<groupId>xml-apis</groupId>
19-
<artifactId>xml-apis</artifactId>
20-
<version>1.3.03</version>
21-
</dependency>
2217
<dependency>
2318
<groupId>org.apache.jena</groupId>
2419
<artifactId>jena-core</artifactId>

0 commit comments

Comments
 (0)