Skip to content

Commit

Permalink
Restrict version of jfreechart as the new version is not world-wilde …
Browse files Browse the repository at this point in the history
…available.
  • Loading branch information
Kevin SEJOURNE committed Nov 5, 2017
1 parent 716f07d commit 4d6f09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>[1.0.19,)</version>
<version>[1.0.19,1.0.99)</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>[3.6.1,)</version>
<version>[3.6.1,3.6.99)</version>
</dependency>
<dependency>
<groupId>gnu.getopt</groupId>
Expand Down

0 comments on commit 4d6f09b

Please sign in to comment.