pom.xml 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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-core</artifactId>
  6. <version>4.0.0.CI-SNAPSHOT</version>
  7. <name>spring-security-core</name>
  8. <description>spring-security-core</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-snasphot</id>
  36. <url>https://repo.spring.io/snapshot</url>
  37. </repository>
  38. </repositories>
  39. <dependencies>
  40. <dependency>
  41. <groupId>aopalliance</groupId>
  42. <artifactId>aopalliance</artifactId>
  43. <version>1.0</version>
  44. <scope>compile</scope>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.springframework</groupId>
  48. <artifactId>spring-aop</artifactId>
  49. <version>4.1.5.RELEASE</version>
  50. <scope>compile</scope>
  51. </dependency>
  52. <dependency>
  53. <groupId>org.springframework</groupId>
  54. <artifactId>spring-beans</artifactId>
  55. <version>4.1.5.RELEASE</version>
  56. <scope>compile</scope>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.springframework</groupId>
  60. <artifactId>spring-context</artifactId>
  61. <version>4.1.5.RELEASE</version>
  62. <scope>compile</scope>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.springframework</groupId>
  66. <artifactId>spring-core</artifactId>
  67. <version>4.1.5.RELEASE</version>
  68. <scope>compile</scope>
  69. <exclusions>
  70. <exclusion>
  71. <artifactId>commons-logging</artifactId>
  72. <groupId>commons-logging</groupId>
  73. </exclusion>
  74. </exclusions>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.springframework</groupId>
  78. <artifactId>spring-expression</artifactId>
  79. <version>4.1.5.RELEASE</version>
  80. <scope>compile</scope>
  81. </dependency>
  82. <dependency>
  83. <groupId>commons-logging</groupId>
  84. <artifactId>commons-logging</artifactId>
  85. <version>1.2</version>
  86. <scope>compile</scope>
  87. <optional>true</optional>
  88. </dependency>
  89. <dependency>
  90. <groupId>javax.annotation</groupId>
  91. <artifactId>jsr250-api</artifactId>
  92. <version>1.0</version>
  93. <scope>compile</scope>
  94. <optional>true</optional>
  95. </dependency>
  96. <dependency>
  97. <groupId>net.sf.ehcache</groupId>
  98. <artifactId>ehcache</artifactId>
  99. <version>2.9.0</version>
  100. <scope>compile</scope>
  101. <optional>true</optional>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.aspectj</groupId>
  105. <artifactId>aspectjrt</artifactId>
  106. <version>1.8.4</version>
  107. <scope>compile</scope>
  108. <optional>true</optional>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.springframework</groupId>
  112. <artifactId>spring-jdbc</artifactId>
  113. <version>4.1.5.RELEASE</version>
  114. <scope>compile</scope>
  115. <optional>true</optional>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.springframework</groupId>
  119. <artifactId>spring-tx</artifactId>
  120. <version>4.1.5.RELEASE</version>
  121. <scope>compile</scope>
  122. <optional>true</optional>
  123. </dependency>
  124. <dependency>
  125. <groupId>ch.qos.logback</groupId>
  126. <artifactId>logback-classic</artifactId>
  127. <version>1.1.2</version>
  128. <scope>test</scope>
  129. </dependency>
  130. <dependency>
  131. <groupId>commons-collections</groupId>
  132. <artifactId>commons-collections</artifactId>
  133. <version>3.2.1</version>
  134. <scope>test</scope>
  135. <exclusions>
  136. <exclusion>
  137. <artifactId>mockito-all</artifactId>
  138. <groupId>org.mockito</groupId>
  139. </exclusion>
  140. </exclusions>
  141. </dependency>
  142. <dependency>
  143. <groupId>junit</groupId>
  144. <artifactId>junit</artifactId>
  145. <version>4.11</version>
  146. <scope>test</scope>
  147. <exclusions>
  148. <exclusion>
  149. <artifactId>mockito-all</artifactId>
  150. <groupId>org.mockito</groupId>
  151. </exclusion>
  152. </exclusions>
  153. </dependency>
  154. <dependency>
  155. <groupId>org.easytesting</groupId>
  156. <artifactId>fest-assert</artifactId>
  157. <version>1.4</version>
  158. <scope>test</scope>
  159. <exclusions>
  160. <exclusion>
  161. <artifactId>mockito-all</artifactId>
  162. <groupId>org.mockito</groupId>
  163. </exclusion>
  164. </exclusions>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.hsqldb</groupId>
  168. <artifactId>hsqldb</artifactId>
  169. <version>2.3.2</version>
  170. <scope>test</scope>
  171. </dependency>
  172. <dependency>
  173. <groupId>org.mockito</groupId>
  174. <artifactId>mockito-core</artifactId>
  175. <version>1.9.5</version>
  176. <scope>test</scope>
  177. <exclusions>
  178. <exclusion>
  179. <artifactId>mockito-all</artifactId>
  180. <groupId>org.mockito</groupId>
  181. </exclusion>
  182. </exclusions>
  183. </dependency>
  184. <dependency>
  185. <groupId>org.powermock</groupId>
  186. <artifactId>powermock-api-mockito</artifactId>
  187. <version>1.6.0</version>
  188. <scope>test</scope>
  189. <exclusions>
  190. <exclusion>
  191. <artifactId>mockito-all</artifactId>
  192. <groupId>org.mockito</groupId>
  193. </exclusion>
  194. </exclusions>
  195. </dependency>
  196. <dependency>
  197. <groupId>org.powermock</groupId>
  198. <artifactId>powermock-api-support</artifactId>
  199. <version>1.6.0</version>
  200. <scope>test</scope>
  201. <exclusions>
  202. <exclusion>
  203. <artifactId>mockito-all</artifactId>
  204. <groupId>org.mockito</groupId>
  205. </exclusion>
  206. </exclusions>
  207. </dependency>
  208. <dependency>
  209. <groupId>org.powermock</groupId>
  210. <artifactId>powermock-core</artifactId>
  211. <version>1.6.0</version>
  212. <scope>test</scope>
  213. <exclusions>
  214. <exclusion>
  215. <artifactId>mockito-all</artifactId>
  216. <groupId>org.mockito</groupId>
  217. </exclusion>
  218. </exclusions>
  219. </dependency>
  220. <dependency>
  221. <groupId>org.powermock</groupId>
  222. <artifactId>powermock-module-junit4</artifactId>
  223. <version>1.6.0</version>
  224. <scope>test</scope>
  225. <exclusions>
  226. <exclusion>
  227. <artifactId>mockito-all</artifactId>
  228. <groupId>org.mockito</groupId>
  229. </exclusion>
  230. </exclusions>
  231. </dependency>
  232. <dependency>
  233. <groupId>org.powermock</groupId>
  234. <artifactId>powermock-module-junit4-common</artifactId>
  235. <version>1.6.0</version>
  236. <scope>test</scope>
  237. <exclusions>
  238. <exclusion>
  239. <artifactId>mockito-all</artifactId>
  240. <groupId>org.mockito</groupId>
  241. </exclusion>
  242. </exclusions>
  243. </dependency>
  244. <dependency>
  245. <groupId>org.powermock</groupId>
  246. <artifactId>powermock-reflect</artifactId>
  247. <version>1.6.0</version>
  248. <scope>test</scope>
  249. <exclusions>
  250. <exclusion>
  251. <artifactId>mockito-all</artifactId>
  252. <groupId>org.mockito</groupId>
  253. </exclusion>
  254. </exclusions>
  255. </dependency>
  256. <dependency>
  257. <groupId>org.slf4j</groupId>
  258. <artifactId>jcl-over-slf4j</artifactId>
  259. <version>1.7.7</version>
  260. <scope>test</scope>
  261. <exclusions>
  262. <exclusion>
  263. <artifactId>mockito-all</artifactId>
  264. <groupId>org.mockito</groupId>
  265. </exclusion>
  266. </exclusions>
  267. </dependency>
  268. <dependency>
  269. <groupId>org.springframework</groupId>
  270. <artifactId>spring-test</artifactId>
  271. <version>4.1.5.RELEASE</version>
  272. <scope>test</scope>
  273. <exclusions>
  274. <exclusion>
  275. <artifactId>mockito-all</artifactId>
  276. <groupId>org.mockito</groupId>
  277. </exclusion>
  278. </exclusions>
  279. </dependency>
  280. </dependencies>
  281. <build>
  282. <plugins>
  283. <plugin>
  284. <artifactId>maven-compiler-plugin</artifactId>
  285. <configuration>
  286. <source>1.7</source>
  287. <target>1.7</target>
  288. </configuration>
  289. </plugin>
  290. </plugins>
  291. </build>
  292. </project>