Author: glandais Date: 2008-02-04 14:31:55 +0000 (Mon, 04 Feb 2008) New Revision: 622 Modified: trunk/simexplorer-is-ear/pom.xml Log: Tapestry5 components Modified: trunk/simexplorer-is-ear/pom.xml =================================================================== --- trunk/simexplorer-is-ear/pom.xml 2008-02-04 14:31:26 UTC (rev 621) +++ trunk/simexplorer-is-ear/pom.xml 2008-02-04 14:31:55 UTC (rev 622) @@ -5,7 +5,7 @@ <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-ear</artifactId> <name>EAR service</name> - + <packaging>ear</packaging> <version>0.0.1-SNAPSHOT</version> <description></description> @@ -57,8 +57,13 @@ <artifactId>tapestry-ioc</artifactId> <version>5.0.9</version> </dependency> - <dependency> + <groupId>de.hsofttec.t5components</groupId> + <artifactId>t5components</artifactId> + <version>0.5.6</version> + </dependency> + + <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-service</artifactId> <version>0.0.1-SNAPSHOT</version>