ItEr29S13CUVistaRecursosTempoEmpresa: Adding dependency to ZK Timeplot and ZK Timeline.

This commit is contained in:
Manuel Rego Casasnovas 2009-10-09 01:31:29 +02:00 committed by Javier Moran Rua
parent 20dd02f125
commit 5a53984225
2 changed files with 23 additions and 1 deletions

View file

@ -130,5 +130,16 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
</dependency>
<!-- ZK Timeplot -->
<dependency>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>timelinez</artifactId>
<version>1.2_1</version>
</dependency>
<dependency>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>timeplotz</artifactId>
<version>1.0_2</version>
</dependency>
</dependencies>
</project>
</project>

11
pom.xml
View file

@ -436,6 +436,17 @@
</exclusion>
</exclusions>
</dependency>
<!-- ZK Timeplot -->
<dependency>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>timelinez</artifactId>
<version>1.2_1</version>
</dependency>
<dependency>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>timeplotz</artifactId>
<version>1.0_2</version>
</dependency>
</dependencies>
</dependencyManagement>