pom.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>org.springframework.security</groupId>
  5. <artifactId>spring-security-taglibs</artifactId>
  6. <version>4.0.3.CI-SNAPSHOT</version>
  7. <name>spring-security-taglibs</name>
  8. <description>spring-security-taglibs</description>
  9. <url>http://spring.io/spring-security</url>
  10. <organization>
  11. <name>spring.io</name>
  12. <url>http://spring.io/</url>
  13. </organization>
  14. <licenses>
  15. <license>
  16. <name>The Apache Software License, Version 2.0</name>
  17. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  18. <distribution>repo</distribution>
  19. </license>
  20. </licenses>
  21. <developers>
  22. <developer>
  23. <id>rwinch</id>
  24. <name>Rob Winch</name>
  25. <email>rwinch@gopivotal.com</email>
  26. </developer>
  27. </developers>
  28. <scm>
  29. <connection>scm:git:git://github.com/spring-projects/spring-security</connection>
  30. <developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
  31. <url>https://github.com/spring-projects/spring-security</url>
  32. </scm>
  33. <repositories>
  34. <repository>
  35. <id>spring-snapshot</id>
  36. <url>https://repo.spring.io/snapshot</url>
  37. </repository>
  38. </repositories>
  39. <dependencies>
  40. <dependency>
  41. <groupId>org.springframework.security</groupId>
  42. <artifactId>spring-security-acl</artifactId>
  43. <version>4.0.3.CI-SNAPSHOT</version>
  44. <scope>compile</scope>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.springframework.security</groupId>
  48. <artifactId>spring-security-core</artifactId>
  49. <version>4.0.3.CI-SNAPSHOT</version>
  50. <scope>compile</scope>
  51. </dependency>
  52. <dependency>
  53. <groupId>org.springframework.security</groupId>
  54. <artifactId>spring-security-web</artifactId>
  55. <version>4.0.3.CI-SNAPSHOT</version>
  56. <scope>compile</scope>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.springframework</groupId>
  60. <artifactId>spring-aop</artifactId>
  61. <scope>compile</scope>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework</groupId>
  65. <artifactId>spring-beans</artifactId>
  66. <scope>compile</scope>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.springframework</groupId>
  70. <artifactId>spring-context</artifactId>
  71. <scope>compile</scope>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.springframework</groupId>
  75. <artifactId>spring-core</artifactId>
  76. <scope>compile</scope>
  77. <exclusions>
  78. <exclusion>
  79. <artifactId>commons-logging</artifactId>
  80. <groupId>commons-logging</groupId>
  81. </exclusion>
  82. </exclusions>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.springframework</groupId>
  86. <artifactId>spring-expression</artifactId>
  87. <scope>compile</scope>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.springframework</groupId>
  91. <artifactId>spring-web</artifactId>
  92. <scope>compile</scope>
  93. </dependency>
  94. <dependency>
  95. <groupId>commons-logging</groupId>
  96. <artifactId>commons-logging</artifactId>
  97. <version>1.2</version>
  98. <scope>compile</scope>
  99. <optional>true</optional>
  100. </dependency>
  101. <dependency>
  102. <groupId>javax.servlet.jsp</groupId>
  103. <artifactId>javax.servlet.jsp-api</artifactId>
  104. <version>2.2.1</version>
  105. <scope>provided</scope>
  106. </dependency>
  107. <dependency>
  108. <groupId>javax.servlet</groupId>
  109. <artifactId>javax.servlet-api</artifactId>
  110. <version>3.0.1</version>
  111. <scope>provided</scope>
  112. </dependency>
  113. <dependency>
  114. <groupId>ch.qos.logback</groupId>
  115. <artifactId>logback-classic</artifactId>
  116. <version>1.1.2</version>
  117. <scope>test</scope>
  118. </dependency>
  119. <dependency>
  120. <groupId>javax.servlet.jsp.jstl</groupId>
  121. <artifactId>javax.servlet.jsp.jstl-api</artifactId>
  122. <version>1.2.1</version>
  123. <scope>test</scope>
  124. </dependency>
  125. <dependency>
  126. <groupId>junit</groupId>
  127. <artifactId>junit</artifactId>
  128. <version>4.11</version>
  129. <scope>test</scope>
  130. </dependency>
  131. <dependency>
  132. <groupId>org.codehaus.groovy</groupId>
  133. <artifactId>groovy-all</artifactId>
  134. <version>2.3.8</version>
  135. <scope>test</scope>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.easytesting</groupId>
  139. <artifactId>fest-assert</artifactId>
  140. <version>1.4</version>
  141. <scope>test</scope>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.mockito</groupId>
  145. <artifactId>mockito-core</artifactId>
  146. <version>1.10.19</version>
  147. <scope>test</scope>
  148. </dependency>
  149. <dependency>
  150. <groupId>org.slf4j</groupId>
  151. <artifactId>jcl-over-slf4j</artifactId>
  152. <version>1.7.7</version>
  153. <scope>test</scope>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.spockframework</groupId>
  157. <artifactId>spock-core</artifactId>
  158. <version>0.7-groovy-2.0</version>
  159. <scope>test</scope>
  160. <exclusions>
  161. <exclusion>
  162. <artifactId>junit-dep</artifactId>
  163. <groupId>junit</groupId>
  164. </exclusion>
  165. </exclusions>
  166. </dependency>
  167. <dependency>
  168. <groupId>org.spockframework</groupId>
  169. <artifactId>spock-spring</artifactId>
  170. <version>0.7-groovy-2.0</version>
  171. <scope>test</scope>
  172. <exclusions>
  173. <exclusion>
  174. <artifactId>junit-dep</artifactId>
  175. <groupId>junit</groupId>
  176. </exclusion>
  177. </exclusions>
  178. </dependency>
  179. <dependency>
  180. <groupId>org.springframework</groupId>
  181. <artifactId>spring-test</artifactId>
  182. <scope>test</scope>
  183. </dependency>
  184. </dependencies>
  185. <dependencyManagement>
  186. <dependencies>
  187. <dependency>
  188. <groupId>org.springframework</groupId>
  189. <artifactId>spring-framework-bom</artifactId>
  190. <version>4.1.6.RELEASE</version>
  191. <type>pom</type>
  192. <scope>import</scope>
  193. </dependency>
  194. </dependencies>
  195. </dependencyManagement>
  196. <build>
  197. <plugins>
  198. <plugin>
  199. <artifactId>maven-compiler-plugin</artifactId>
  200. <configuration>
  201. <source>1.7</source>
  202. <target>1.7</target>
  203. </configuration>
  204. </plugin>
  205. </plugins>
  206. </build>
  207. </project>