Add jplot4java

FEA: ItEr76S15OrganizingPerProjectDashboard
This commit is contained in:
Diego Pino 2012-04-27 13:24:39 +02:00
parent 83cb6cceec
commit 83f292847e
2 changed files with 11 additions and 0 deletions

View file

@ -437,5 +437,10 @@
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-jdk1.5</artifactId>
</dependency>
<!-- jqPlot -->
<dependency>
<groupId>br.com.digilabs.jqplot</groupId>
<artifactId>jqplot4java</artifactId>
</dependency>
</dependencies>
</project>

View file

@ -744,6 +744,12 @@
<artifactId>liquibase-maven-plugin</artifactId>
<version>2.0.4</version>
</dependency>
<!-- jqPlot -->
<dependency>
<groupId>br.com.digilabs.jqplot</groupId>
<artifactId>jqplot4java</artifactId>
<version>1.2.0</version>
</dependency>
</dependencies>
</dependencyManagement>