Browse Source

fix ref to batik version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856995 13f79535-47bb-0310-9956-ffa450edef68
pull/143/head
PJ Fanning 5 years ago
parent
commit
7cf03293bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sonar/ooxml/pom.xml

+ 1
- 1
sonar/ooxml/pom.xml View File

<!-- don't add it to the distribution --> <!-- don't add it to the distribution -->
<groupId>org.apache.xmlgraphics</groupId> <groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-all</artifactId> <artifactId>batik-all</artifactId>
<version>1.10</version>
<version>1.11</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

Loading…
Cancel
Save