pom.xml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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-samples-xml-cassample</artifactId>
  6. <version>4.2.13.RELEASE</version>
  7. <packaging>war</packaging>
  8. <name>spring-security-samples-xml-cassample</name>
  9. <description>spring-security-samples-xml-cassample</description>
  10. <url>https://spring.io/spring-security</url>
  11. <organization>
  12. <name>spring.io</name>
  13. <url>https://spring.io/</url>
  14. </organization>
  15. <licenses>
  16. <license>
  17. <name>The Apache Software License, Version 2.0</name>
  18. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  19. <distribution>repo</distribution>
  20. </license>
  21. </licenses>
  22. <developers>
  23. <developer>
  24. <id>rwinch</id>
  25. <name>Rob Winch</name>
  26. <email>rwinch@gopivotal.com</email>
  27. </developer>
  28. </developers>
  29. <scm>
  30. <connection>scm:git:git://github.com/spring-projects/spring-security</connection>
  31. <developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
  32. <url>https://github.com/spring-projects/spring-security</url>
  33. </scm>
  34. <properties>
  35. <m2eclipse.wtp.contextRoot>/spring-security-samples-xml-cassample</m2eclipse.wtp.contextRoot>
  36. </properties>
  37. <dependencyManagement>
  38. <dependencies>
  39. <dependency>
  40. <groupId>org.springframework</groupId>
  41. <artifactId>spring-framework-bom</artifactId>
  42. <version>4.3.23.RELEASE</version>
  43. <type>pom</type>
  44. <scope>import</scope>
  45. </dependency>
  46. </dependencies>
  47. </dependencyManagement>
  48. <dependencies>
  49. <dependency>
  50. <groupId>org.jasig.cas.client</groupId>
  51. <artifactId>cas-client-core</artifactId>
  52. <version>3.4.1</version>
  53. <scope>compile</scope>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.springframework.security</groupId>
  57. <artifactId>spring-security-cas</artifactId>
  58. <version>4.2.13.RELEASE</version>
  59. <scope>compile</scope>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.springframework.security</groupId>
  63. <artifactId>spring-security-core</artifactId>
  64. <version>4.2.13.RELEASE</version>
  65. <scope>compile</scope>
  66. </dependency>
  67. <dependency>
  68. <groupId>commons-logging</groupId>
  69. <artifactId>commons-logging</artifactId>
  70. <version>1.2</version>
  71. <scope>compile</scope>
  72. <optional>true</optional>
  73. </dependency>
  74. <dependency>
  75. <groupId>javax.servlet</groupId>
  76. <artifactId>javax.servlet-api</artifactId>
  77. <version>3.1.0</version>
  78. <scope>provided</scope>
  79. </dependency>
  80. <dependency>
  81. <groupId>ch.qos.logback</groupId>
  82. <artifactId>logback-classic</artifactId>
  83. <version>1.1.11</version>
  84. <scope>runtime</scope>
  85. </dependency>
  86. <dependency>
  87. <groupId>net.sf.ehcache</groupId>
  88. <artifactId>ehcache</artifactId>
  89. <version>2.10.6</version>
  90. <scope>runtime</scope>
  91. </dependency>
  92. <dependency>
  93. <groupId>org.slf4j</groupId>
  94. <artifactId>jcl-over-slf4j</artifactId>
  95. <version>1.7.25</version>
  96. <scope>runtime</scope>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.springframework.security</groupId>
  100. <artifactId>spring-security-config</artifactId>
  101. <version>4.2.13.RELEASE</version>
  102. <scope>runtime</scope>
  103. </dependency>
  104. <dependency>
  105. <groupId>org.springframework.security</groupId>
  106. <artifactId>spring-security-web</artifactId>
  107. <version>4.2.13.RELEASE</version>
  108. <scope>runtime</scope>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.springframework</groupId>
  112. <artifactId>spring-context-support</artifactId>
  113. <scope>runtime</scope>
  114. </dependency>
  115. <dependency>
  116. <groupId>commons-httpclient</groupId>
  117. <artifactId>commons-httpclient</artifactId>
  118. <version>3.1</version>
  119. <scope>test</scope>
  120. </dependency>
  121. <dependency>
  122. <groupId>junit</groupId>
  123. <artifactId>junit</artifactId>
  124. <version>4.12</version>
  125. <scope>test</scope>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.assertj</groupId>
  129. <artifactId>assertj-core</artifactId>
  130. <version>2.2.0</version>
  131. <scope>test</scope>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.codehaus.groovy</groupId>
  135. <artifactId>groovy</artifactId>
  136. <version>2.4.4</version>
  137. <scope>test</scope>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.eclipse.jetty</groupId>
  141. <artifactId>jetty-server</artifactId>
  142. <version>8.1.9.v20130131</version>
  143. <scope>test</scope>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.eclipse.jetty</groupId>
  147. <artifactId>jetty-servlet</artifactId>
  148. <version>8.1.9.v20130131</version>
  149. <scope>test</scope>
  150. </dependency>
  151. <dependency>
  152. <groupId>org.gebish</groupId>
  153. <artifactId>geb-spock</artifactId>
  154. <version>0.10.0</version>
  155. <scope>test</scope>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.mockito</groupId>
  159. <artifactId>mockito-core</artifactId>
  160. <version>1.10.19</version>
  161. <scope>test</scope>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.seleniumhq.selenium</groupId>
  165. <artifactId>selenium-htmlunit-driver</artifactId>
  166. <version>2.44.0</version>
  167. <scope>test</scope>
  168. </dependency>
  169. <dependency>
  170. <groupId>org.spockframework</groupId>
  171. <artifactId>spock-core</artifactId>
  172. <version>0.7-groovy-2.0</version>
  173. <scope>test</scope>
  174. <exclusions>
  175. <exclusion>
  176. <artifactId>junit-dep</artifactId>
  177. <groupId>junit</groupId>
  178. </exclusion>
  179. </exclusions>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.spockframework</groupId>
  183. <artifactId>spock-spring</artifactId>
  184. <version>0.7-groovy-2.0</version>
  185. <scope>test</scope>
  186. <exclusions>
  187. <exclusion>
  188. <artifactId>junit-dep</artifactId>
  189. <groupId>junit</groupId>
  190. </exclusion>
  191. </exclusions>
  192. </dependency>
  193. <dependency>
  194. <groupId>org.springframework</groupId>
  195. <artifactId>spring-test</artifactId>
  196. <scope>test</scope>
  197. </dependency>
  198. </dependencies>
  199. <build>
  200. <plugins>
  201. <plugin>
  202. <artifactId>maven-compiler-plugin</artifactId>
  203. <configuration>
  204. <source>1.7</source>
  205. <target>1.7</target>
  206. </configuration>
  207. </plugin>
  208. <plugin>
  209. <artifactId>maven-war-plugin</artifactId>
  210. <version>2.3</version>
  211. <configuration>
  212. <failOnMissingWebXml>false</failOnMissingWebXml>
  213. </configuration>
  214. </plugin>
  215. </plugins>
  216. </build>
  217. </project>