Change dependency to ZK CE
FEA: ItEr75S08MigrationZK5
This commit is contained in:
parent
bb5ba87a6a
commit
2826eece97
3 changed files with 7 additions and 15 deletions
|
|
@ -120,10 +120,6 @@
|
||||||
<groupId>org.zkoss.zk</groupId>
|
<groupId>org.zkoss.zk</groupId>
|
||||||
<artifactId>zk</artifactId>
|
<artifactId>zk</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.zkoss.zk</groupId>
|
|
||||||
<artifactId>zkex</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<!-- JGraphT -->
|
<!-- JGraphT -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jgrapht</groupId>
|
<groupId>org.jgrapht</groupId>
|
||||||
|
|
|
||||||
|
|
@ -355,10 +355,6 @@
|
||||||
<groupId>org.zkoss.zk</groupId>
|
<groupId>org.zkoss.zk</groupId>
|
||||||
<artifactId>zk</artifactId>
|
<artifactId>zk</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.zkoss.zk</groupId>
|
|
||||||
<artifactId>zkex</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<!-- NavalPlan ZK Components -->
|
<!-- NavalPlan ZK Components -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.navalplanner</groupId>
|
<groupId>org.navalplanner</groupId>
|
||||||
|
|
@ -413,5 +409,10 @@
|
||||||
<groupId>org.zkoss.zkforge</groupId>
|
<groupId>org.zkoss.zkforge</groupId>
|
||||||
<artifactId>timeplotz</artifactId>
|
<artifactId>timeplotz</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- JGraphT -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jgrapht</groupId>
|
||||||
|
<artifactId>jgrapht-jdk1.5</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
9
pom.xml
9
pom.xml
|
|
@ -147,8 +147,8 @@
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>ZK EE Evaluation</id>
|
<id>ZK CE</id>
|
||||||
<url>http://mavensync.zkoss.org/zk/ee-eval</url>
|
<url>http://mavensync.zkoss.org/zk/ce</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- Getttext commons -->
|
<!-- Getttext commons -->
|
||||||
<repository>
|
<repository>
|
||||||
|
|
@ -593,11 +593,6 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.zkoss.zk</groupId>
|
|
||||||
<artifactId>zkex</artifactId>
|
|
||||||
<version>5.0.9</version>
|
|
||||||
</dependency>
|
|
||||||
<!-- JGraphT -->
|
<!-- JGraphT -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jgrapht</groupId>
|
<groupId>org.jgrapht</groupId>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue