Závislost na BeanUtils
This commit is contained in:
@@ -21,6 +21,11 @@
|
|||||||
<name>ZK CE Repository</name>
|
<name>ZK CE Repository</name>
|
||||||
<url>http://mavensync.zkoss.org/maven2</url>
|
<url>http://mavensync.zkoss.org/maven2</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>fdvsolution.public</id>
|
||||||
|
<name>Dynamic Jasper</name>
|
||||||
|
<url>http://archiva.fdvs.com.ar/repository/public1/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
@@ -285,6 +290,19 @@
|
|||||||
<version>1.2.1</version>
|
<version>1.2.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- Reporting -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.sf.jasperreports</groupId>
|
||||||
|
<artifactId>jasperreports</artifactId>
|
||||||
|
<version>5.1.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>ar.com.fdvs</groupId>
|
||||||
|
<artifactId>DynamicJasper</artifactId>
|
||||||
|
<version>5.0.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- Test -->
|
<!-- Test -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user