Skip to content

Commit bc3eddf

Browse files
committed
修改batik-ext包名
1 parent 396302d commit bc3eddf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,11 +342,12 @@
342342
</dependency>
343343
<!-- xerces 依赖 -->
344344
<dependency>
345-
<groupId>batik</groupId>
345+
<groupId>org.apache.xmlgraphics</groupId>
346346
<artifactId>batik-ext</artifactId>
347-
<version>1.7</version>
347+
<version>1.13</version>
348348
</dependency>
349349

350+
350351
<!-- https://mvnrepository.com/artifact/org.mvel/mvel2 -->
351352
<dependency>
352353
<groupId>org.mvel</groupId>

reusable-code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<artifactId>xercesImpl</artifactId>
5050
</dependency>
5151
<dependency>
52-
<groupId>batik</groupId>
52+
<groupId>org.apache.xmlgraphics</groupId>
5353
<artifactId>batik-ext</artifactId>
5454
</dependency>
5555

0 commit comments

Comments
 (0)