Skip to content

Commit b9aebc2

Browse files
committed
Manage the version of JFreeSVG
Suggested by Albert Cardona.
1 parent 477280c commit b9aebc2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,9 @@
765765
<!-- JFreeChart - http://www.jfree.org/jfreechart/ -->
766766
<jfreechart.version>1.5.0</jfreechart.version>
767767

768+
<!-- JFreeSVG - http://www.jfree.org/jfreesvg/ -->
769+
<jfreesvg.version>3.4</jfreesvg.version>
770+
768771
<!-- JGraphT - https://github.com/jgrapht/jgrapht -->
769772
<jgrapht.version>1.3.1</jgrapht.version>
770773

@@ -3025,6 +3028,13 @@
30253028
</exclusions>
30263029
</dependency>
30273030

3031+
<!-- JFreeSVG - http://www.jfree.org/jfreesvg/ -->
3032+
<dependency>
3033+
<groupId>org.jfree</groupId>
3034+
<artifactId>jfreesvg</artifactId>
3035+
<version>${jfreesvg.version}</version>
3036+
</dependency>
3037+
30283038
<!-- JGraphT - https://github.com/jgrapht/jgrapht -->
30293039
<dependency>
30303040
<groupId>org.jgrapht</groupId>

0 commit comments

Comments
 (0)