Add jplot4java
FEA: ItEr76S15OrganizingPerProjectDashboard
This commit is contained in:
parent
83cb6cceec
commit
83f292847e
2 changed files with 11 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
6
pom.xml
6
pom.xml
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue