`
snzipeng
  • 浏览: 21594 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Tapestry5 snapshot-5.05 pom

阅读更多

Tapestry 5 project pom script 

xml 代码
  1. <!---->xml version="1.0" encoding="UTF-8"?><project>  
  2.   <modelVersion>4.0.0modelVersion>  
  3.   <groupId>tapestrygroupId>  
  4.   <artifactId>tapestryartifactId>  
  5.   <packaging>warpackaging>  
  6.   <version>0.0.1version>  
  7.   <repositories>  
  8.     <repository>  
  9.       <releases />  
  10.       <snapshots />  
  11.       <id>pluginRepoid>  
  12.       <name>pluginReponame>  
  13.       <url>http://people.apache.org/~hlship/tapestry-snapshot-repository/url>  
  14.     repository>  
  15.   repositories>  
  16.   <dependencies>  
  17.     <dependency>  
  18.       <groupId>org.apache.tapestrygroupId>  
  19.       <artifactId>tapestry-coreartifactId>  
  20.       <version>5.0.5-SNAPSHOTversion>  
  21.     dependency>  
  22.     <dependency>  
  23.       <groupId>org.apache.tapestrygroupId>  
  24.       <artifactId>tapestry-springartifactId>  
  25.       <version>5.0.5-SNAPSHOTversion>  
  26.     dependency>  
  27.     <dependency>  
  28.       <groupId>org.apache.tapestrygroupId>  
  29.       <artifactId>tapestry-hibernateartifactId>  
  30.       <version>5.0.5-SNAPSHOTversion>  
  31.     dependency>  
  32.     <dependency>  
  33.       <groupId>commons-logginggroupId>  
  34.       <artifactId>commons-loggingartifactId>  
  35.       <version>1.0.4version>  
  36.     dependency>  
  37.     <dependency>  
  38.       <groupId>org.hibernategroupId>  
  39.       <artifactId>hibernateartifactId>  
  40.       <version>3.2.1.gaversion>  
  41.     dependency>  
  42.     <dependency>  
  43.       <groupId>org.hibernategroupId>  
  44.       <artifactId>hibernate-annotationsartifactId>  
  45.       <version>3.2.1.gaversion>  
  46.     dependency>  
  47.     <dependency>  
  48.       <groupId>mysqlgroupId>  
  49.       <artifactId>mysql-connector-javaartifactId>  
  50.       <version>5.0.4version>  
  51.     dependency>  
  52.     <dependency>  
  53.       <groupId>org.springframeworkgroupId>  
  54.       <artifactId>springartifactId>  
  55.       <version>1.2.8version>  
  56.     dependency>  
  57.     <dependency>  
  58.       <groupId>junitgroupId>  
  59.       <artifactId>junitartifactId>  
  60.       <version>4.0version>  
  61.     dependency>  
  62.   dependencies>  
  63. project>  
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics