pom.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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>itest-web</artifactId>
  6. <version>4.0.4.RELEASE</version>
  7. <name>itest-web</name>
  8. <description>itest-web</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. <dependencies>
  34. <dependency>
  35. <groupId>org.springframework</groupId>
  36. <artifactId>spring-context</artifactId>
  37. <scope>compile</scope>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.springframework</groupId>
  41. <artifactId>spring-web</artifactId>
  42. <scope>compile</scope>
  43. </dependency>
  44. <dependency>
  45. <groupId>commons-logging</groupId>
  46. <artifactId>commons-logging</artifactId>
  47. <version>1.2</version>
  48. <scope>compile</scope>
  49. <optional>true</optional>
  50. </dependency>
  51. <dependency>
  52. <groupId>javax.servlet</groupId>
  53. <artifactId>javax.servlet-api</artifactId>
  54. <version>3.0.1</version>
  55. <scope>provided</scope>
  56. </dependency>
  57. <dependency>
  58. <groupId>ch.qos.logback</groupId>
  59. <artifactId>logback-classic</artifactId>
  60. <version>1.1.2</version>
  61. <scope>test</scope>
  62. </dependency>
  63. <dependency>
  64. <groupId>junit</groupId>
  65. <artifactId>junit</artifactId>
  66. <version>4.11</version>
  67. <scope>test</scope>
  68. </dependency>
  69. <dependency>
  70. <groupId>net.sourceforge.jwebunit</groupId>
  71. <artifactId>jwebunit-core</artifactId>
  72. <version>2.2</version>
  73. <scope>test</scope>
  74. <exclusions>
  75. <exclusion>
  76. <artifactId>regexp</artifactId>
  77. <groupId>regexp</groupId>
  78. </exclusion>
  79. <exclusion>
  80. <artifactId>servlet-api</artifactId>
  81. <groupId>javax.servlet</groupId>
  82. </exclusion>
  83. </exclusions>
  84. </dependency>
  85. <dependency>
  86. <groupId>net.sourceforge.jwebunit</groupId>
  87. <artifactId>jwebunit-htmlunit-plugin</artifactId>
  88. <version>2.2</version>
  89. <scope>test</scope>
  90. <exclusions>
  91. <exclusion>
  92. <artifactId>servlet-api</artifactId>
  93. <groupId>javax.servlet</groupId>
  94. </exclusion>
  95. </exclusions>
  96. </dependency>
  97. <dependency>
  98. <groupId>org.easytesting</groupId>
  99. <artifactId>fest-assert</artifactId>
  100. <version>1.4</version>
  101. <scope>test</scope>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.mockito</groupId>
  105. <artifactId>mockito-core</artifactId>
  106. <version>1.10.19</version>
  107. <scope>test</scope>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.mortbay.jetty</groupId>
  111. <artifactId>jetty</artifactId>
  112. <version>6.1.26</version>
  113. <scope>test</scope>
  114. <exclusions>
  115. <exclusion>
  116. <artifactId>servlet-api</artifactId>
  117. <groupId>org.mortbay.jetty</groupId>
  118. </exclusion>
  119. </exclusions>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.mortbay.jetty</groupId>
  123. <artifactId>jetty-util</artifactId>
  124. <version>6.1.26</version>
  125. <scope>test</scope>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.mortbay.jetty</groupId>
  129. <artifactId>jsp-2.1-jetty</artifactId>
  130. <version>6.1.26</version>
  131. <scope>test</scope>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.slf4j</groupId>
  135. <artifactId>jcl-over-slf4j</artifactId>
  136. <version>1.7.7</version>
  137. <scope>test</scope>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.springframework.security</groupId>
  141. <artifactId>spring-security-config</artifactId>
  142. <version>4.0.4.RELEASE</version>
  143. <scope>test</scope>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.springframework.security</groupId>
  147. <artifactId>spring-security-core</artifactId>
  148. <version>4.0.4.RELEASE</version>
  149. <scope>test</scope>
  150. </dependency>
  151. <dependency>
  152. <groupId>org.springframework.security</groupId>
  153. <artifactId>spring-security-ldap</artifactId>
  154. <version>4.0.4.RELEASE</version>
  155. <scope>test</scope>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.springframework.security</groupId>
  159. <artifactId>spring-security-taglibs</artifactId>
  160. <version>4.0.4.RELEASE</version>
  161. <scope>test</scope>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.springframework.security</groupId>
  165. <artifactId>spring-security-web</artifactId>
  166. <version>4.0.4.RELEASE</version>
  167. <scope>test</scope>
  168. </dependency>
  169. <dependency>
  170. <groupId>org.springframework</groupId>
  171. <artifactId>spring-beans</artifactId>
  172. <scope>test</scope>
  173. </dependency>
  174. <dependency>
  175. <groupId>org.springframework</groupId>
  176. <artifactId>spring-test</artifactId>
  177. <scope>test</scope>
  178. </dependency>
  179. <dependency>
  180. <groupId>org.springframework</groupId>
  181. <artifactId>spring-webmvc</artifactId>
  182. <scope>test</scope>
  183. </dependency>
  184. <dependency>
  185. <groupId>org.testng</groupId>
  186. <artifactId>testng</artifactId>
  187. <version>5.11</version>
  188. <classifier>jdk15</classifier>
  189. <scope>test</scope>
  190. </dependency>
  191. </dependencies>
  192. <dependencyManagement>
  193. <dependencies>
  194. <dependency>
  195. <groupId>org.springframework</groupId>
  196. <artifactId>spring-framework-bom</artifactId>
  197. <version>4.2.5.RELEASE</version>
  198. <type>pom</type>
  199. <scope>import</scope>
  200. </dependency>
  201. </dependencies>
  202. </dependencyManagement>
  203. <build>
  204. <plugins>
  205. <plugin>
  206. <artifactId>maven-compiler-plugin</artifactId>
  207. <configuration>
  208. <source>1.7</source>
  209. <target>1.7</target>
  210. </configuration>
  211. </plugin>
  212. </plugins>
  213. </build>
  214. </project>