Skip to content

Commit

Permalink
Removing dependency on JFreeChart library and dropping deprecated cla…
Browse files Browse the repository at this point in the history
…ss using it
  • Loading branch information
adrian-carro committed Aug 11, 2017
1 parent c122f59 commit ecb4e9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 97 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
</properties>

<dependencies>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
Expand All @@ -23,17 +22,6 @@
<artifactId>commons-csv</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.17</version>
</dependency>
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.21</version>
</dependency>

</dependencies>

<build>
Expand Down
85 changes: 0 additions & 85 deletions src/main/java/utilities/DataRecorder.java

This file was deleted.

0 comments on commit ecb4e9c

Please sign in to comment.