Skip to content

Commit bc216c4

Browse files
BATIK-1380: Remove xml-apis from modules that don't require it by Samael Bate
1 parent dde4b40 commit bc216c4

9 files changed

Lines changed: 0 additions & 45 deletions

File tree

batik-anim/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@
7575
<artifactId>batik-util</artifactId>
7676
<version>${project.version}</version>
7777
</dependency>
78-
<dependency>
79-
<groupId>xml-apis</groupId>
80-
<artifactId>xml-apis-ext</artifactId>
81-
<version>${xmlapisext.version}</version>
82-
</dependency>
8378
</dependencies>
8479

8580
<build>

batik-bridge/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@
9595
<artifactId>xmlgraphics-commons</artifactId>
9696
<version>${xmlgraphics.commons.version}</version>
9797
</dependency>
98-
<dependency>
99-
<groupId>xml-apis</groupId>
100-
<artifactId>xml-apis-ext</artifactId>
101-
<version>${xmlapisext.version}</version>
102-
</dependency>
10398
<dependency>
10499
<groupId>org.mozilla</groupId>
105100
<artifactId>rhino</artifactId>

batik-dom/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
<artifactId>xml-apis</artifactId>
6666
<version>${xmlapis.version}</version>
6767
</dependency>
68-
<dependency>
69-
<groupId>xml-apis</groupId>
70-
<artifactId>xml-apis-ext</artifactId>
71-
<version>${xmlapisext.version}</version>
72-
</dependency>
7368
</dependencies>
7469

7570
<build>

batik-extension/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@
9090
<artifactId>batik-util</artifactId>
9191
<version>${project.version}</version>
9292
</dependency>
93-
<dependency>
94-
<groupId>xml-apis</groupId>
95-
<artifactId>xml-apis-ext</artifactId>
96-
<version>${xmlapisext.version}</version>
97-
</dependency>
9893
</dependencies>
9994

10095
<build>

batik-slideshow/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
<artifactId>batik-shared-resources</artifactId>
5151
<version>${project.version}</version>
5252
</dependency>
53-
<dependency>
54-
<groupId>xml-apis</groupId>
55-
<artifactId>xml-apis-ext</artifactId>
56-
<version>${xmlapisext.version}</version>
57-
</dependency>
5853
</dependencies>
5954

6055
<build>

batik-svg-dom/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@
7070
<artifactId>batik-util</artifactId>
7171
<version>${project.version}</version>
7272
</dependency>
73-
<dependency>
74-
<groupId>xml-apis</groupId>
75-
<artifactId>xml-apis-ext</artifactId>
76-
<version>${xmlapisext.version}</version>
77-
</dependency>
7873
</dependencies>
7974

8075
<build>

batik-svgbrowser/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
8080
<artifactId>batik-xml</artifactId>
8181
<version>${project.version}</version>
8282
</dependency>
83-
<dependency>
84-
<groupId>xml-apis</groupId>
85-
<artifactId>xml-apis-ext</artifactId>
86-
<version>${xmlapisext.version}</version>
87-
</dependency>
8883
</dependencies>
8984

9085
<build>

batik-swing/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@
9090
<artifactId>batik-util</artifactId>
9191
<version>${project.version}</version>
9292
</dependency>
93-
<dependency>
94-
<groupId>xml-apis</groupId>
95-
<artifactId>xml-apis-ext</artifactId>
96-
<version>${xmlapisext.version}</version>
97-
</dependency>
9893
<dependency>
9994
<groupId>junit</groupId>
10095
<artifactId>junit</artifactId>

batik-transcoder/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
8080
<artifactId>batik-xml</artifactId>
8181
<version>${project.version}</version>
8282
</dependency>
83-
<dependency>
84-
<groupId>xml-apis</groupId>
85-
<artifactId>xml-apis-ext</artifactId>
86-
<version>${xmlapisext.version}</version>
87-
</dependency>
8883
</dependencies>
8984

9085
<build>

0 commit comments

Comments
 (0)