Can one of the Tapestry committers look at the following issue for a Tapestry 3.0.3 pom.xml?
http://jira.codehaus.org/browse/MEV-140 Here's my current settings for Tapestry, and it seems that most of these should be included in the default pom.xml. <dependency> <groupId>tapestry</groupId> <artifactId>tapestry</artifactId> <version>3.0.3</version> <exclusions> <exclusion> <groupId>geronimo-spec</groupId> <artifactId>geronimo-spec-ejb</artifactId> </exclusion> <exclusion> <groupId>javax.servlet</groupId> <artifactId>jsp-api</artifactId> </exclusion> <exclusion> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>tapestry</groupId> <artifactId>tapestry-contrib</artifactId> <version>3.0.3</version> <scope>runtime</scope> </dependency> <!-- http://jira.codehaus.org/browse/MEV-140, these should be dependencies in Tapestry's POM --> <dependency> <groupId>jboss</groupId> <artifactId>javassist</artifactId> <version>2.6</version> </dependency> <dependency> <groupId>ognl</groupId> <artifactId>ognl</artifactId> <version>2.6.3</version> </dependency> <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.0</version> <scope>runtime</scope> </dependency> Thanks, Matt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
