pom.xml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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-test</artifactId>
  6. <version>4.1.0.RC1</version>
  7. <name>spring-security-test</name>
  8. <description>spring-security-test</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. <dependencyManagement>
  34. <dependencies>
  35. <dependency>
  36. <groupId>org.springframework</groupId>
  37. <artifactId>spring-framework-bom</artifactId>
  38. <version>4.2.5.RELEASE</version>
  39. <type>pom</type>
  40. <scope>import</scope>
  41. </dependency>
  42. </dependencies>
  43. </dependencyManagement>
  44. <dependencies>
  45. <dependency>
  46. <groupId>org.springframework.security</groupId>
  47. <artifactId>spring-security-core</artifactId>
  48. <version>4.1.0.RC1</version>
  49. <scope>compile</scope>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.springframework.security</groupId>
  53. <artifactId>spring-security-web</artifactId>
  54. <version>4.1.0.RC1</version>
  55. <scope>compile</scope>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.springframework</groupId>
  59. <artifactId>spring-core</artifactId>
  60. <scope>compile</scope>
  61. <exclusions>
  62. <exclusion>
  63. <artifactId>commons-logging</artifactId>
  64. <groupId>commons-logging</groupId>
  65. </exclusion>
  66. </exclusions>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.springframework</groupId>
  70. <artifactId>spring-test</artifactId>
  71. <scope>compile</scope>
  72. </dependency>
  73. <dependency>
  74. <groupId>commons-logging</groupId>
  75. <artifactId>commons-logging</artifactId>
  76. <version>1.2</version>
  77. <scope>compile</scope>
  78. <optional>true</optional>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.springframework.security</groupId>
  82. <artifactId>spring-security-config</artifactId>
  83. <version>4.1.0.RC1</version>
  84. <scope>compile</scope>
  85. <optional>true</optional>
  86. </dependency>
  87. <dependency>
  88. <groupId>javax.servlet</groupId>
  89. <artifactId>javax.servlet-api</artifactId>
  90. <version>3.0.1</version>
  91. <scope>provided</scope>
  92. </dependency>
  93. <dependency>
  94. <groupId>ch.qos.logback</groupId>
  95. <artifactId>logback-classic</artifactId>
  96. <version>1.1.2</version>
  97. <scope>test</scope>
  98. </dependency>
  99. <dependency>
  100. <groupId>junit</groupId>
  101. <artifactId>junit</artifactId>
  102. <version>4.12</version>
  103. <scope>test</scope>
  104. </dependency>
  105. <dependency>
  106. <groupId>org.assertj</groupId>
  107. <artifactId>assertj-core</artifactId>
  108. <version>2.2.0</version>
  109. <scope>test</scope>
  110. </dependency>
  111. <dependency>
  112. <groupId>org.mockito</groupId>
  113. <artifactId>mockito-core</artifactId>
  114. <version>1.10.19</version>
  115. <scope>test</scope>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.powermock</groupId>
  119. <artifactId>powermock-api-mockito</artifactId>
  120. <version>1.6.2</version>
  121. <scope>test</scope>
  122. <exclusions>
  123. <exclusion>
  124. <artifactId>mockito-all</artifactId>
  125. <groupId>org.mockito</groupId>
  126. </exclusion>
  127. </exclusions>
  128. </dependency>
  129. <dependency>
  130. <groupId>org.powermock</groupId>
  131. <artifactId>powermock-api-support</artifactId>
  132. <version>1.6.2</version>
  133. <scope>test</scope>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.powermock</groupId>
  137. <artifactId>powermock-core</artifactId>
  138. <version>1.6.2</version>
  139. <scope>test</scope>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.powermock</groupId>
  143. <artifactId>powermock-module-junit4</artifactId>
  144. <version>1.6.2</version>
  145. <scope>test</scope>
  146. </dependency>
  147. <dependency>
  148. <groupId>org.powermock</groupId>
  149. <artifactId>powermock-module-junit4-common</artifactId>
  150. <version>1.6.2</version>
  151. <scope>test</scope>
  152. </dependency>
  153. <dependency>
  154. <groupId>org.powermock</groupId>
  155. <artifactId>powermock-reflect</artifactId>
  156. <version>1.6.2</version>
  157. <scope>test</scope>
  158. </dependency>
  159. <dependency>
  160. <groupId>org.slf4j</groupId>
  161. <artifactId>jcl-over-slf4j</artifactId>
  162. <version>1.7.7</version>
  163. <scope>test</scope>
  164. </dependency>
  165. <dependency>
  166. <groupId>org.springframework</groupId>
  167. <artifactId>spring-webmvc</artifactId>
  168. <scope>test</scope>
  169. </dependency>
  170. </dependencies>
  171. <repositories>
  172. <repository>
  173. <id>spring-milestone</id>
  174. <url>https://repo.spring.io/milestone</url>
  175. </repository>
  176. </repositories>
  177. <build>
  178. <plugins>
  179. <plugin>
  180. <artifactId>maven-compiler-plugin</artifactId>
  181. <configuration>
  182. <source>1.7</source>
  183. <target>1.7</target>
  184. </configuration>
  185. </plugin>
  186. </plugins>
  187. </build>
  188. </project>