Added dependencies
* With our GPL implementation of Jasperreport and JFreeChartEngine FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
d9fbf38584
commit
93fcfcf4eb
2 changed files with 17 additions and 1 deletions
|
|
@ -189,7 +189,11 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.igalia.java.zk.components</groupId>
|
<groupId>com.igalia.java.zk.components</groupId>
|
||||||
<artifactId>jasperreportcomponent</artifactId>
|
<artifactId>jasperreportcomponent</artifactId>
|
||||||
<version>1.0</version>
|
</dependency>
|
||||||
|
<!-- GPL Jasperreport Component for ZK -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.igalia.java.zk.components</groupId>
|
||||||
|
<artifactId>jfreechartengine</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Gettext commons -->
|
<!-- Gettext commons -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
12
pom.xml
12
pom.xml
|
|
@ -203,6 +203,18 @@
|
||||||
<artifactId>jasperreports</artifactId>
|
<artifactId>jasperreports</artifactId>
|
||||||
<version>3.7.0</version>
|
<version>3.7.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- GPL Jasperreport Component for ZK -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.igalia.java.zk.components</groupId>
|
||||||
|
<artifactId>jasperreportcomponent</artifactId>
|
||||||
|
<version>1.0</version>
|
||||||
|
</dependency>
|
||||||
|
<!-- GPL JFreechartEngine for ZK -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.igalia.java.zk.components</groupId>
|
||||||
|
<artifactId>jfreechartengine</artifactId>
|
||||||
|
<version>1.0</version>
|
||||||
|
</dependency>
|
||||||
<!-- Gettext commons -->
|
<!-- Gettext commons -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xnap.commons</groupId>
|
<groupId>org.xnap.commons</groupId>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue