pom.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>com.jfinal</groupId>
  4. <artifactId>jfinal</artifactId>
  5. <packaging>jar</packaging>
  6. <name>JFinal</name>
  7. <version>3.2-SNAPSHOT</version>
  8. <url>http://www.jfinal.com</url>
  9. <description>JFinal is a simple, light, rapid,independent, extensible Java WEB + ORM framework. The feature of JFinal looks like ruby on rails especially ActiveRecord.</description>
  10. <properties>
  11. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  12. <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
  13. </properties>
  14. <issueManagement>
  15. <system>Github Issue</system>
  16. <url>http://github.com/jfinal/jfinal/issues</url>
  17. </issueManagement>
  18. <licenses>
  19. <license>
  20. <name>The Apache Software License, Version 2.0</name>
  21. <url>http://apache.org/licenses/LICENSE-2.0.txt</url>
  22. </license>
  23. </licenses>
  24. <developers>
  25. <developer>
  26. <id>jfinal</id>
  27. <name>James</name>
  28. <email>jfinal@126.com</email>
  29. <url>http://weibo.com/jfinal</url>
  30. </developer>
  31. </developers>
  32. <scm>
  33. <url>git@git.oschina.net:jfinal/jfinal.git</url>
  34. <connection>scm:git@git.oschina.net:jfinal/jfinal.git</connection>
  35. </scm>
  36. <parent>
  37. <groupId>org.sonatype.oss</groupId>
  38. <artifactId>oss-parent</artifactId>
  39. <version>7</version>
  40. </parent>
  41. <repositories>
  42. </repositories>
  43. <dependencies>
  44. <dependency>
  45. <groupId>junit</groupId>
  46. <artifactId>junit</artifactId>
  47. <version>4.8.2</version>
  48. <scope>test</scope>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.jfinal</groupId>
  52. <artifactId>jetty-server</artifactId>
  53. <version>8.1.8</version>
  54. <scope>provided</scope>
  55. </dependency>
  56. <!-- dependency>
  57. <groupId>javax.servlet</groupId>
  58. <artifactId>servlet-api</artifactId>
  59. <version>2.5</version>
  60. <scope>provided</scope>
  61. </dependency -->
  62. <!-- jsp support by jetty -->
  63. <dependency>
  64. <groupId>org.eclipse.jetty</groupId>
  65. <artifactId>jetty-jsp</artifactId>
  66. <version>8.1.8.v20121106</version>
  67. <scope>provided</scope>
  68. </dependency>
  69. <!-- cos -->
  70. <dependency>
  71. <groupId>com.mchange</groupId>
  72. <artifactId>c3p0</artifactId>
  73. <version>0.9.5.1</version>
  74. <scope>provided</scope>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.alibaba</groupId>
  78. <artifactId>druid</artifactId>
  79. <version>1.0.29</version>
  80. <scope>provided</scope>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.alibaba</groupId>
  84. <artifactId>fastjson</artifactId>
  85. <version>1.2.31</version>
  86. <scope>provided</scope>
  87. </dependency>
  88. <dependency>
  89. <groupId>com.zaxxer</groupId>
  90. <artifactId>HikariCP-java6</artifactId>
  91. <version>2.3.13</version>
  92. <scope>provided</scope>
  93. </dependency>
  94. <dependency>
  95. <groupId>net.sf.ehcache</groupId>
  96. <artifactId>ehcache-core</artifactId>
  97. <version>2.6.6</version>
  98. <scope>provided</scope>
  99. </dependency>
  100. <dependency>
  101. <groupId>org.freemarker</groupId>
  102. <artifactId>freemarker</artifactId>
  103. <version>2.3.20</version>
  104. <scope>provided</scope>
  105. </dependency>
  106. <dependency>
  107. <groupId>log4j</groupId>
  108. <artifactId>log4j</artifactId>
  109. <version>1.2.16</version>
  110. <scope>provided</scope>
  111. </dependency>
  112. <dependency>
  113. <groupId>org.apache.velocity</groupId>
  114. <artifactId>velocity</artifactId>
  115. <version>1.7</version>
  116. <scope>provided</scope>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.apache.velocity</groupId>
  120. <artifactId>velocity-tools</artifactId>
  121. <version>2.0</version>
  122. <scope>provided</scope>
  123. </dependency>
  124. <dependency>
  125. <groupId>com.jfinal</groupId>
  126. <artifactId>cos</artifactId>
  127. <version>26Dec2008</version>
  128. <scope>provided</scope>
  129. </dependency>
  130. <dependency>
  131. <groupId>cglib</groupId>
  132. <artifactId>cglib-nodep</artifactId>
  133. <version>3.1</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>redis.clients</groupId>
  137. <artifactId>jedis</artifactId>
  138. <version>2.7.2</version>
  139. <scope>provided</scope>
  140. </dependency>
  141. <dependency>
  142. <groupId>de.ruedigermoeller</groupId>
  143. <artifactId>fst</artifactId>
  144. <version>2.29</version>
  145. <scope>provided</scope>
  146. </dependency>
  147. <!--
  148. <dependency>
  149. <groupId>mysql</groupId>
  150. <artifactId>mysql-connector-java</artifactId>
  151. <version>5.1.20</version>
  152. </dependency>
  153. -->
  154. <dependency>
  155. <groupId>com.fasterxml.jackson.core</groupId>
  156. <artifactId>jackson-databind</artifactId>
  157. <version>2.4.3</version>
  158. <scope>provided</scope>
  159. </dependency>
  160. <dependency>
  161. <groupId>it.sauronsoftware.cron4j</groupId>
  162. <artifactId>cron4j</artifactId>
  163. <version>2.2.5</version>
  164. <scope>provided</scope>
  165. </dependency>
  166. <dependency>
  167. <groupId>com.google.zxing</groupId>
  168. <artifactId>javase</artifactId>
  169. <version>3.2.1</version>
  170. <scope>provided</scope>
  171. </dependency>
  172. </dependencies>
  173. <build>
  174. <plugins>
  175. <plugin>
  176. <groupId>org.apache.maven.plugins</groupId>
  177. <artifactId>maven-compiler-plugin</artifactId>
  178. <version>2.5</version>
  179. <configuration>
  180. <source>1.6</source>
  181. <target>1.6</target>
  182. </configuration>
  183. </plugin>
  184. <!-- 安装源码到本地仓库 -->
  185. <plugin>
  186. <groupId>org.apache.maven.plugins</groupId>
  187. <artifactId>maven-source-plugin</artifactId>
  188. <version>2.1.2</version>
  189. <executions>
  190. <execution>
  191. <id>attach-sources</id>
  192. <phase>verify</phase>
  193. <goals>
  194. <goal>jar-no-fork</goal>
  195. </goals>
  196. </execution>
  197. </executions>
  198. </plugin>
  199. <plugin>
  200. <groupId>org.apache.maven.plugins</groupId>
  201. <artifactId>maven-gpg-plugin</artifactId>
  202. <version>1.1</version>
  203. <executions>
  204. <execution>
  205. <id>sign-artifacts</id>
  206. <phase>verify</phase>
  207. <goals>
  208. <goal>sign</goal>
  209. </goals>
  210. </execution>
  211. </executions>
  212. <configuration>
  213. <skip>false</skip>
  214. </configuration>
  215. </plugin>
  216. </plugins>
  217. </build>
  218. </project>