Tapestry 5 project pom script
xml 代码
- <!---->xml version="1.0" encoding="UTF-8"?><project>
- <modelVersion>4.0.0modelVersion>
- <groupId>tapestrygroupId>
- <artifactId>tapestryartifactId>
- <packaging>warpackaging>
- <version>0.0.1version>
- <repositories>
- <repository>
- <releases />
- <snapshots />
- <id>pluginRepoid>
- <name>pluginReponame>
- <url>http://people.apache.org/~hlship/tapestry-snapshot-repository/url>
- repository>
- repositories>
- <dependencies>
- <dependency>
- <groupId>org.apache.tapestrygroupId>
- <artifactId>tapestry-coreartifactId>
- <version>5.0.5-SNAPSHOTversion>
- dependency>
- <dependency>
- <groupId>org.apache.tapestrygroupId>
- <artifactId>tapestry-springartifactId>
- <version>5.0.5-SNAPSHOTversion>
- dependency>
- <dependency>
- <groupId>org.apache.tapestrygroupId>
- <artifactId>tapestry-hibernateartifactId>
- <version>5.0.5-SNAPSHOTversion>
- dependency>
- <dependency>
- <groupId>commons-logginggroupId>
- <artifactId>commons-loggingartifactId>
- <version>1.0.4version>
- dependency>
- <dependency>
- <groupId>org.hibernategroupId>
- <artifactId>hibernateartifactId>
- <version>3.2.1.gaversion>
- dependency>
- <dependency>
- <groupId>org.hibernategroupId>
- <artifactId>hibernate-annotationsartifactId>
- <version>3.2.1.gaversion>
- dependency>
- <dependency>
- <groupId>mysqlgroupId>
- <artifactId>mysql-connector-javaartifactId>
- <version>5.0.4version>
- dependency>
- <dependency>
- <groupId>org.springframeworkgroupId>
- <artifactId>springartifactId>
- <version>1.2.8version>
- dependency>
- <dependency>
- <groupId>junitgroupId>
- <artifactId>junitartifactId>
- <version>4.0version>
- dependency>
- dependencies>
- project>