pom.xml 12 KB

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