Proper setup of zkforge dependencies

* Proper setup of zkforge dependencies on the project's pom file. The zkoss' maven repository must be the first on the repo list
in order to be the first chosen

* Now we use the latest build of timplotz and timelinez

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-08-19 10:19:35 +02:00 committed by Óscar González Fernández
parent 0332c55a0c
commit 52aee6429e
2 changed files with 14 additions and 14 deletions

View file

@ -316,11 +316,11 @@
</dependency> </dependency>
<!-- ZK Timeplot --> <!-- ZK Timeplot -->
<dependency> <dependency>
<groupId>org.zkoss.zkforge.timeline</groupId> <groupId>org.zkoss.zkforge</groupId>
<artifactId>timelinez</artifactId> <artifactId>timelinez</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.zkoss.zkforge.timeplot</groupId> <groupId>org.zkoss.zkforge</groupId>
<artifactId>timeplotz</artifactId> <artifactId>timeplotz</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>

24
pom.xml
View file

@ -165,6 +165,10 @@
--> -->
<repositories> <repositories>
<repository>
<id>ZK EE Evaluation</id>
<url>http://mavensync.zkoss.org/zk/ee-eval</url>
</repository>
<!-- Getttext commons --> <!-- Getttext commons -->
<repository> <repository>
<id>gettext-commons-site</id> <id>gettext-commons-site</id>
@ -174,10 +178,6 @@
<id>thirdparty</id> <id>thirdparty</id>
<url>http://nexus.naval.igalia.com/content/repositories/thirdparty</url> <url>http://nexus.naval.igalia.com/content/repositories/thirdparty</url>
</repository> </repository>
<repository>
<id>ZK EE Evaluation</id>
<url>http://mavensync.zkoss.org/zk/ee-eval</url>
</repository>
</repositories> </repositories>
<pluginRepositories> <pluginRepositories>
@ -265,10 +265,10 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.easymock</groupId> <groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId> <artifactId>easymockclassextension</artifactId>
<version>2.4</version> <version>2.4</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- Spring --> <!-- Spring -->
@ -549,14 +549,14 @@
</dependency> </dependency>
<!-- ZK Timeplot --> <!-- ZK Timeplot -->
<dependency> <dependency>
<groupId>org.zkoss.zkforge.timeplot</groupId> <groupId>org.zkoss.zkforge</groupId>
<artifactId>timeplotz</artifactId> <artifactId>timeplotz</artifactId>
<version>1.0_5</version> <version>1.1_50</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.zkoss.zkforge.timeline</groupId> <groupId>org.zkoss.zkforge</groupId>
<artifactId>timelinez</artifactId> <artifactId>timelinez</artifactId>
<version>2.3.0_51</version> <version>2.3.0_52</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.sf.ehcache</groupId> <groupId>net.sf.ehcache</groupId>