pom.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>org.springframework.security</groupId>
  6. <artifactId>spring-security-config</artifactId>
  7. <version>4.0.0.CI-SNAPSHOT</version>
  8. <name>spring-security-config</name>
  9. <description>spring-security-config</description>
  10. <url>http://spring.io/spring-security</url>
  11. <organization>
  12. <name>spring.io</name>
  13. <url>http://spring.io/</url>
  14. </organization>
  15. <licenses>
  16. <license>
  17. <name>The Apache Software License, Version 2.0</name>
  18. <url>http://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. <build>
  35. <plugins>
  36. <plugin>
  37. <artifactId>maven-compiler-plugin</artifactId>
  38. <configuration>
  39. <source>1.7</source>
  40. <target>1.7</target>
  41. </configuration>
  42. </plugin>
  43. </plugins>
  44. </build>
  45. <repositories>
  46. <repository>
  47. <id>spring-snasphot</id>
  48. <url>https://repo.spring.io/snapshot</url>
  49. </repository>
  50. </repositories>
  51. <dependencies>
  52. <dependency>
  53. <groupId>aopalliance</groupId>
  54. <artifactId>aopalliance</artifactId>
  55. <version>1.0</version>
  56. <scope>compile</scope>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.springframework.security</groupId>
  60. <artifactId>spring-security-core</artifactId>
  61. <version>4.0.0.CI-SNAPSHOT</version>
  62. <scope>compile</scope>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.springframework</groupId>
  66. <artifactId>spring-aop</artifactId>
  67. <version>4.0.2.RELEASE</version>
  68. <scope>compile</scope>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.springframework</groupId>
  72. <artifactId>spring-beans</artifactId>
  73. <version>4.0.2.RELEASE</version>
  74. <scope>compile</scope>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.springframework</groupId>
  78. <artifactId>spring-context</artifactId>
  79. <version>4.0.2.RELEASE</version>
  80. <scope>compile</scope>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.springframework</groupId>
  84. <artifactId>spring-core</artifactId>
  85. <version>4.0.2.RELEASE</version>
  86. <scope>compile</scope>
  87. <exclusions>
  88. <exclusion>
  89. <artifactId>commons-logging</artifactId>
  90. <groupId>commons-logging</groupId>
  91. </exclusion>
  92. </exclusions>
  93. </dependency>
  94. <dependency>
  95. <groupId>commons-logging</groupId>
  96. <artifactId>commons-logging</artifactId>
  97. <version>1.1.1</version>
  98. <scope>compile</scope>
  99. <optional>true</optional>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.aspectj</groupId>
  103. <artifactId>aspectjweaver</artifactId>
  104. <version>1.6.10</version>
  105. <scope>compile</scope>
  106. <optional>true</optional>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.springframework.security</groupId>
  110. <artifactId>spring-security-ldap</artifactId>
  111. <version>4.0.0.CI-SNAPSHOT</version>
  112. <scope>compile</scope>
  113. <optional>true</optional>
  114. </dependency>
  115. <dependency>
  116. <groupId>org.springframework.security</groupId>
  117. <artifactId>spring-security-openid</artifactId>
  118. <version>4.0.0.CI-SNAPSHOT</version>
  119. <scope>compile</scope>
  120. <optional>true</optional>
  121. </dependency>
  122. <dependency>
  123. <groupId>org.springframework.security</groupId>
  124. <artifactId>spring-security-web</artifactId>
  125. <version>4.0.0.CI-SNAPSHOT</version>
  126. <scope>compile</scope>
  127. <optional>true</optional>
  128. </dependency>
  129. <dependency>
  130. <groupId>org.springframework</groupId>
  131. <artifactId>spring-jdbc</artifactId>
  132. <version>4.0.2.RELEASE</version>
  133. <scope>compile</scope>
  134. <optional>true</optional>
  135. </dependency>
  136. <dependency>
  137. <groupId>org.springframework</groupId>
  138. <artifactId>spring-tx</artifactId>
  139. <version>4.0.2.RELEASE</version>
  140. <scope>compile</scope>
  141. <optional>true</optional>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.springframework</groupId>
  145. <artifactId>spring-web</artifactId>
  146. <version>4.0.2.RELEASE</version>
  147. <scope>compile</scope>
  148. <optional>true</optional>
  149. </dependency>
  150. <dependency>
  151. <groupId>org.springframework</groupId>
  152. <artifactId>spring-webmvc</artifactId>
  153. <version>4.0.2.RELEASE</version>
  154. <scope>compile</scope>
  155. <optional>true</optional>
  156. </dependency>
  157. <dependency>
  158. <groupId>javax.servlet</groupId>
  159. <artifactId>javax.servlet-api</artifactId>
  160. <version>3.0.1</version>
  161. <scope>provided</scope>
  162. </dependency>
  163. <dependency>
  164. <groupId>cglib</groupId>
  165. <artifactId>cglib-nodep</artifactId>
  166. <version>2.2</version>
  167. <scope>test</scope>
  168. </dependency>
  169. <dependency>
  170. <groupId>ch.qos.logback</groupId>
  171. <artifactId>logback-classic</artifactId>
  172. <version>0.9.29</version>
  173. <scope>test</scope>
  174. </dependency>
  175. <dependency>
  176. <groupId>javax.annotation</groupId>
  177. <artifactId>jsr250-api</artifactId>
  178. <version>1.0</version>
  179. <scope>test</scope>
  180. </dependency>
  181. <dependency>
  182. <groupId>junit</groupId>
  183. <artifactId>junit</artifactId>
  184. <version>4.11</version>
  185. <scope>test</scope>
  186. </dependency>
  187. <dependency>
  188. <groupId>ldapsdk</groupId>
  189. <artifactId>ldapsdk</artifactId>
  190. <version>4.1</version>
  191. <scope>test</scope>
  192. </dependency>
  193. <dependency>
  194. <groupId>org.apache.directory.server</groupId>
  195. <artifactId>apacheds-core</artifactId>
  196. <version>1.5.5</version>
  197. <scope>test</scope>
  198. </dependency>
  199. <dependency>
  200. <groupId>org.apache.directory.server</groupId>
  201. <artifactId>apacheds-core-entry</artifactId>
  202. <version>1.5.5</version>
  203. <scope>test</scope>
  204. </dependency>
  205. <dependency>
  206. <groupId>org.apache.directory.server</groupId>
  207. <artifactId>apacheds-protocol-ldap</artifactId>
  208. <version>1.5.5</version>
  209. <scope>test</scope>
  210. </dependency>
  211. <dependency>
  212. <groupId>org.apache.directory.server</groupId>
  213. <artifactId>apacheds-protocol-shared</artifactId>
  214. <version>1.5.5</version>
  215. <scope>test</scope>
  216. </dependency>
  217. <dependency>
  218. <groupId>org.apache.directory.server</groupId>
  219. <artifactId>apacheds-server-jndi</artifactId>
  220. <version>1.5.5</version>
  221. <scope>test</scope>
  222. </dependency>
  223. <dependency>
  224. <groupId>org.apache.directory.shared</groupId>
  225. <artifactId>shared-ldap</artifactId>
  226. <version>0.9.15</version>
  227. <scope>test</scope>
  228. </dependency>
  229. <dependency>
  230. <groupId>org.codehaus.groovy</groupId>
  231. <artifactId>groovy-all</artifactId>
  232. <version>2.0.5</version>
  233. <scope>test</scope>
  234. </dependency>
  235. <dependency>
  236. <groupId>org.easytesting</groupId>
  237. <artifactId>fest-assert</artifactId>
  238. <version>1.4</version>
  239. <scope>test</scope>
  240. </dependency>
  241. <dependency>
  242. <groupId>org.eclipse.persistence</groupId>
  243. <artifactId>javax.persistence</artifactId>
  244. <version>2.0.5</version>
  245. <scope>test</scope>
  246. </dependency>
  247. <dependency>
  248. <groupId>org.hibernate</groupId>
  249. <artifactId>hibernate-entitymanager</artifactId>
  250. <version>4.1.0.Final</version>
  251. <scope>test</scope>
  252. </dependency>
  253. <dependency>
  254. <groupId>org.hibernate</groupId>
  255. <artifactId>hibernate-entitymanager</artifactId>
  256. <version>3.6.10.Final</version>
  257. <scope>test</scope>
  258. </dependency>
  259. <dependency>
  260. <groupId>org.hsqldb</groupId>
  261. <artifactId>hsqldb</artifactId>
  262. <version>2.2.8</version>
  263. <scope>test</scope>
  264. </dependency>
  265. <dependency>
  266. <groupId>org.hsqldb</groupId>
  267. <artifactId>hsqldb</artifactId>
  268. <version>2.3.1</version>
  269. <scope>test</scope>
  270. </dependency>
  271. <dependency>
  272. <groupId>org.mockito</groupId>
  273. <artifactId>mockito-core</artifactId>
  274. <version>1.9.5</version>
  275. <scope>test</scope>
  276. </dependency>
  277. <dependency>
  278. <groupId>org.openid4java</groupId>
  279. <artifactId>openid4java-nodeps</artifactId>
  280. <version>0.9.6</version>
  281. <scope>test</scope>
  282. <exclusions>
  283. <exclusion>
  284. <artifactId>guice</artifactId>
  285. <groupId>com.google.code.guice</groupId>
  286. </exclusion>
  287. </exclusions>
  288. </dependency>
  289. <dependency>
  290. <groupId>org.powermock</groupId>
  291. <artifactId>powermock-api-mockito</artifactId>
  292. <version>1.5.1</version>
  293. <scope>test</scope>
  294. <exclusions>
  295. <exclusion>
  296. <artifactId>mockito-all</artifactId>
  297. <groupId>org.mockito</groupId>
  298. </exclusion>
  299. </exclusions>
  300. </dependency>
  301. <dependency>
  302. <groupId>org.powermock</groupId>
  303. <artifactId>powermock-api-support</artifactId>
  304. <version>1.5.1</version>
  305. <scope>test</scope>
  306. </dependency>
  307. <dependency>
  308. <groupId>org.powermock</groupId>
  309. <artifactId>powermock-core</artifactId>
  310. <version>1.5.1</version>
  311. <scope>test</scope>
  312. </dependency>
  313. <dependency>
  314. <groupId>org.powermock</groupId>
  315. <artifactId>powermock-module-junit4</artifactId>
  316. <version>1.5.1</version>
  317. <scope>test</scope>
  318. </dependency>
  319. <dependency>
  320. <groupId>org.powermock</groupId>
  321. <artifactId>powermock-module-junit4-common</artifactId>
  322. <version>1.5.1</version>
  323. <scope>test</scope>
  324. </dependency>
  325. <dependency>
  326. <groupId>org.powermock</groupId>
  327. <artifactId>powermock-reflect</artifactId>
  328. <version>1.5.1</version>
  329. <scope>test</scope>
  330. </dependency>
  331. <dependency>
  332. <groupId>org.slf4j</groupId>
  333. <artifactId>jcl-over-slf4j</artifactId>
  334. <version>1.7.5</version>
  335. <scope>test</scope>
  336. </dependency>
  337. <dependency>
  338. <groupId>org.spockframework</groupId>
  339. <artifactId>spock-core</artifactId>
  340. <version>0.7-groovy-2.0</version>
  341. <scope>test</scope>
  342. <exclusions>
  343. <exclusion>
  344. <artifactId>junit-dep</artifactId>
  345. <groupId>junit</groupId>
  346. </exclusion>
  347. </exclusions>
  348. </dependency>
  349. <dependency>
  350. <groupId>org.spockframework</groupId>
  351. <artifactId>spock-spring</artifactId>
  352. <version>0.7-groovy-2.0</version>
  353. <scope>test</scope>
  354. <exclusions>
  355. <exclusion>
  356. <artifactId>junit-dep</artifactId>
  357. <groupId>junit</groupId>
  358. </exclusion>
  359. </exclusions>
  360. </dependency>
  361. <dependency>
  362. <groupId>org.springframework.data</groupId>
  363. <artifactId>spring-data-jpa</artifactId>
  364. <version>1.4.1.RELEASE</version>
  365. <scope>test</scope>
  366. <exclusions>
  367. <exclusion>
  368. <artifactId>aspectjrt</artifactId>
  369. <groupId>org.aspectj</groupId>
  370. </exclusion>
  371. </exclusions>
  372. </dependency>
  373. <dependency>
  374. <groupId>org.springframework.ldap</groupId>
  375. <artifactId>spring-ldap-core</artifactId>
  376. <version>2.0.1.RELEASE</version>
  377. <scope>test</scope>
  378. </dependency>
  379. <dependency>
  380. <groupId>org.springframework.security</groupId>
  381. <artifactId>spring-security-cas</artifactId>
  382. <version>4.0.0.CI-SNAPSHOT</version>
  383. <scope>test</scope>
  384. </dependency>
  385. <dependency>
  386. <groupId>org.springframework</groupId>
  387. <artifactId>spring-expression</artifactId>
  388. <version>4.0.2.RELEASE</version>
  389. <scope>test</scope>
  390. </dependency>
  391. <dependency>
  392. <groupId>org.springframework</groupId>
  393. <artifactId>spring-orm</artifactId>
  394. <version>4.0.2.RELEASE</version>
  395. <scope>test</scope>
  396. </dependency>
  397. <dependency>
  398. <groupId>org.springframework</groupId>
  399. <artifactId>spring-test</artifactId>
  400. <version>4.0.2.RELEASE</version>
  401. <scope>test</scope>
  402. </dependency>
  403. </dependencies>
  404. </project>