pom.xml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874
  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>3.2.4.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>3.2.4.CI-SNAPSHOT</version>
  62. <scope>compile</scope>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.springframework</groupId>
  66. <artifactId>spring-aop</artifactId>
  67. <version>3.2.8.RELEASE</version>
  68. <scope>compile</scope>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.springframework</groupId>
  72. <artifactId>spring-beans</artifactId>
  73. <version>3.2.8.RELEASE</version>
  74. <scope>compile</scope>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.springframework</groupId>
  78. <artifactId>spring-context</artifactId>
  79. <version>3.2.8.RELEASE</version>
  80. <scope>compile</scope>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.springframework</groupId>
  84. <artifactId>spring-core</artifactId>
  85. <version>3.2.8.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>3.2.4.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>3.2.4.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>3.2.4.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>3.2.8.RELEASE</version>
  133. <scope>compile</scope>
  134. <exclusions>
  135. <exclusion>
  136. <artifactId>mockito-all</artifactId>
  137. <groupId>org.mockito</groupId>
  138. </exclusion>
  139. <exclusion>
  140. <artifactId>junit-dep</artifactId>
  141. <groupId>junit</groupId>
  142. </exclusion>
  143. <exclusion>
  144. <artifactId>aspectjrt</artifactId>
  145. <groupId>org.aspectj</groupId>
  146. </exclusion>
  147. </exclusions>
  148. <optional>true</optional>
  149. </dependency>
  150. <dependency>
  151. <groupId>org.springframework</groupId>
  152. <artifactId>spring-tx</artifactId>
  153. <version>3.2.8.RELEASE</version>
  154. <scope>compile</scope>
  155. <exclusions>
  156. <exclusion>
  157. <artifactId>mockito-all</artifactId>
  158. <groupId>org.mockito</groupId>
  159. </exclusion>
  160. <exclusion>
  161. <artifactId>junit-dep</artifactId>
  162. <groupId>junit</groupId>
  163. </exclusion>
  164. <exclusion>
  165. <artifactId>aspectjrt</artifactId>
  166. <groupId>org.aspectj</groupId>
  167. </exclusion>
  168. </exclusions>
  169. <optional>true</optional>
  170. </dependency>
  171. <dependency>
  172. <groupId>org.springframework</groupId>
  173. <artifactId>spring-web</artifactId>
  174. <version>3.2.8.RELEASE</version>
  175. <scope>compile</scope>
  176. <optional>true</optional>
  177. </dependency>
  178. <dependency>
  179. <groupId>org.springframework</groupId>
  180. <artifactId>spring-webmvc</artifactId>
  181. <version>3.2.8.RELEASE</version>
  182. <scope>compile</scope>
  183. <optional>true</optional>
  184. </dependency>
  185. <dependency>
  186. <groupId>javax.servlet</groupId>
  187. <artifactId>javax.servlet-api</artifactId>
  188. <version>3.0.1</version>
  189. <scope>provided</scope>
  190. </dependency>
  191. <dependency>
  192. <groupId>cglib</groupId>
  193. <artifactId>cglib-nodep</artifactId>
  194. <version>2.2</version>
  195. <scope>test</scope>
  196. </dependency>
  197. <dependency>
  198. <groupId>ch.qos.logback</groupId>
  199. <artifactId>logback-classic</artifactId>
  200. <version>0.9.29</version>
  201. <scope>test</scope>
  202. </dependency>
  203. <dependency>
  204. <groupId>javax.annotation</groupId>
  205. <artifactId>jsr250-api</artifactId>
  206. <version>1.0</version>
  207. <scope>test</scope>
  208. <exclusions>
  209. <exclusion>
  210. <artifactId>mockito-all</artifactId>
  211. <groupId>org.mockito</groupId>
  212. </exclusion>
  213. <exclusion>
  214. <artifactId>junit-dep</artifactId>
  215. <groupId>junit</groupId>
  216. </exclusion>
  217. <exclusion>
  218. <artifactId>aspectjrt</artifactId>
  219. <groupId>org.aspectj</groupId>
  220. </exclusion>
  221. </exclusions>
  222. </dependency>
  223. <dependency>
  224. <groupId>junit</groupId>
  225. <artifactId>junit</artifactId>
  226. <version>4.11</version>
  227. <scope>test</scope>
  228. <exclusions>
  229. <exclusion>
  230. <artifactId>mockito-all</artifactId>
  231. <groupId>org.mockito</groupId>
  232. </exclusion>
  233. <exclusion>
  234. <artifactId>junit-dep</artifactId>
  235. <groupId>junit</groupId>
  236. </exclusion>
  237. <exclusion>
  238. <artifactId>aspectjrt</artifactId>
  239. <groupId>org.aspectj</groupId>
  240. </exclusion>
  241. </exclusions>
  242. </dependency>
  243. <dependency>
  244. <groupId>ldapsdk</groupId>
  245. <artifactId>ldapsdk</artifactId>
  246. <version>4.1</version>
  247. <scope>test</scope>
  248. <exclusions>
  249. <exclusion>
  250. <artifactId>mockito-all</artifactId>
  251. <groupId>org.mockito</groupId>
  252. </exclusion>
  253. <exclusion>
  254. <artifactId>junit-dep</artifactId>
  255. <groupId>junit</groupId>
  256. </exclusion>
  257. <exclusion>
  258. <artifactId>aspectjrt</artifactId>
  259. <groupId>org.aspectj</groupId>
  260. </exclusion>
  261. </exclusions>
  262. </dependency>
  263. <dependency>
  264. <groupId>org.apache.directory.server</groupId>
  265. <artifactId>apacheds-core</artifactId>
  266. <version>1.5.5</version>
  267. <scope>test</scope>
  268. <exclusions>
  269. <exclusion>
  270. <artifactId>mockito-all</artifactId>
  271. <groupId>org.mockito</groupId>
  272. </exclusion>
  273. <exclusion>
  274. <artifactId>junit-dep</artifactId>
  275. <groupId>junit</groupId>
  276. </exclusion>
  277. <exclusion>
  278. <artifactId>aspectjrt</artifactId>
  279. <groupId>org.aspectj</groupId>
  280. </exclusion>
  281. </exclusions>
  282. </dependency>
  283. <dependency>
  284. <groupId>org.apache.directory.server</groupId>
  285. <artifactId>apacheds-core-entry</artifactId>
  286. <version>1.5.5</version>
  287. <scope>test</scope>
  288. <exclusions>
  289. <exclusion>
  290. <artifactId>mockito-all</artifactId>
  291. <groupId>org.mockito</groupId>
  292. </exclusion>
  293. <exclusion>
  294. <artifactId>junit-dep</artifactId>
  295. <groupId>junit</groupId>
  296. </exclusion>
  297. <exclusion>
  298. <artifactId>aspectjrt</artifactId>
  299. <groupId>org.aspectj</groupId>
  300. </exclusion>
  301. </exclusions>
  302. </dependency>
  303. <dependency>
  304. <groupId>org.apache.directory.server</groupId>
  305. <artifactId>apacheds-protocol-ldap</artifactId>
  306. <version>1.5.5</version>
  307. <scope>test</scope>
  308. <exclusions>
  309. <exclusion>
  310. <artifactId>mockito-all</artifactId>
  311. <groupId>org.mockito</groupId>
  312. </exclusion>
  313. <exclusion>
  314. <artifactId>junit-dep</artifactId>
  315. <groupId>junit</groupId>
  316. </exclusion>
  317. <exclusion>
  318. <artifactId>aspectjrt</artifactId>
  319. <groupId>org.aspectj</groupId>
  320. </exclusion>
  321. </exclusions>
  322. </dependency>
  323. <dependency>
  324. <groupId>org.apache.directory.server</groupId>
  325. <artifactId>apacheds-protocol-shared</artifactId>
  326. <version>1.5.5</version>
  327. <scope>test</scope>
  328. <exclusions>
  329. <exclusion>
  330. <artifactId>mockito-all</artifactId>
  331. <groupId>org.mockito</groupId>
  332. </exclusion>
  333. <exclusion>
  334. <artifactId>junit-dep</artifactId>
  335. <groupId>junit</groupId>
  336. </exclusion>
  337. <exclusion>
  338. <artifactId>aspectjrt</artifactId>
  339. <groupId>org.aspectj</groupId>
  340. </exclusion>
  341. </exclusions>
  342. </dependency>
  343. <dependency>
  344. <groupId>org.apache.directory.server</groupId>
  345. <artifactId>apacheds-server-jndi</artifactId>
  346. <version>1.5.5</version>
  347. <scope>test</scope>
  348. <exclusions>
  349. <exclusion>
  350. <artifactId>mockito-all</artifactId>
  351. <groupId>org.mockito</groupId>
  352. </exclusion>
  353. <exclusion>
  354. <artifactId>junit-dep</artifactId>
  355. <groupId>junit</groupId>
  356. </exclusion>
  357. <exclusion>
  358. <artifactId>aspectjrt</artifactId>
  359. <groupId>org.aspectj</groupId>
  360. </exclusion>
  361. </exclusions>
  362. </dependency>
  363. <dependency>
  364. <groupId>org.apache.directory.shared</groupId>
  365. <artifactId>shared-ldap</artifactId>
  366. <version>0.9.15</version>
  367. <scope>test</scope>
  368. <exclusions>
  369. <exclusion>
  370. <artifactId>mockito-all</artifactId>
  371. <groupId>org.mockito</groupId>
  372. </exclusion>
  373. <exclusion>
  374. <artifactId>junit-dep</artifactId>
  375. <groupId>junit</groupId>
  376. </exclusion>
  377. <exclusion>
  378. <artifactId>aspectjrt</artifactId>
  379. <groupId>org.aspectj</groupId>
  380. </exclusion>
  381. </exclusions>
  382. </dependency>
  383. <dependency>
  384. <groupId>org.codehaus.groovy</groupId>
  385. <artifactId>groovy-all</artifactId>
  386. <version>2.0.5</version>
  387. <scope>test</scope>
  388. <exclusions>
  389. <exclusion>
  390. <artifactId>mockito-all</artifactId>
  391. <groupId>org.mockito</groupId>
  392. </exclusion>
  393. <exclusion>
  394. <artifactId>junit-dep</artifactId>
  395. <groupId>junit</groupId>
  396. </exclusion>
  397. <exclusion>
  398. <artifactId>aspectjrt</artifactId>
  399. <groupId>org.aspectj</groupId>
  400. </exclusion>
  401. </exclusions>
  402. </dependency>
  403. <dependency>
  404. <groupId>org.easytesting</groupId>
  405. <artifactId>fest-assert</artifactId>
  406. <version>1.4</version>
  407. <scope>test</scope>
  408. <exclusions>
  409. <exclusion>
  410. <artifactId>mockito-all</artifactId>
  411. <groupId>org.mockito</groupId>
  412. </exclusion>
  413. <exclusion>
  414. <artifactId>junit-dep</artifactId>
  415. <groupId>junit</groupId>
  416. </exclusion>
  417. <exclusion>
  418. <artifactId>aspectjrt</artifactId>
  419. <groupId>org.aspectj</groupId>
  420. </exclusion>
  421. </exclusions>
  422. </dependency>
  423. <dependency>
  424. <groupId>org.hibernate.javax.persistence</groupId>
  425. <artifactId>hibernate-jpa-2.0-api</artifactId>
  426. <version>1.0.0.Final</version>
  427. <scope>test</scope>
  428. <exclusions>
  429. <exclusion>
  430. <artifactId>mockito-all</artifactId>
  431. <groupId>org.mockito</groupId>
  432. </exclusion>
  433. <exclusion>
  434. <artifactId>junit-dep</artifactId>
  435. <groupId>junit</groupId>
  436. </exclusion>
  437. <exclusion>
  438. <artifactId>aspectjrt</artifactId>
  439. <groupId>org.aspectj</groupId>
  440. </exclusion>
  441. </exclusions>
  442. </dependency>
  443. <dependency>
  444. <groupId>org.hibernate.javax.persistence</groupId>
  445. <artifactId>hibernate-jpa-2.0-api</artifactId>
  446. <version>1.0.1.Final</version>
  447. <scope>test</scope>
  448. <exclusions>
  449. <exclusion>
  450. <artifactId>mockito-all</artifactId>
  451. <groupId>org.mockito</groupId>
  452. </exclusion>
  453. <exclusion>
  454. <artifactId>junit-dep</artifactId>
  455. <groupId>junit</groupId>
  456. </exclusion>
  457. <exclusion>
  458. <artifactId>aspectjrt</artifactId>
  459. <groupId>org.aspectj</groupId>
  460. </exclusion>
  461. </exclusions>
  462. </dependency>
  463. <dependency>
  464. <groupId>org.hibernate</groupId>
  465. <artifactId>hibernate-entitymanager</artifactId>
  466. <version>4.1.0.Final</version>
  467. <scope>test</scope>
  468. <exclusions>
  469. <exclusion>
  470. <artifactId>mockito-all</artifactId>
  471. <groupId>org.mockito</groupId>
  472. </exclusion>
  473. <exclusion>
  474. <artifactId>junit-dep</artifactId>
  475. <groupId>junit</groupId>
  476. </exclusion>
  477. <exclusion>
  478. <artifactId>aspectjrt</artifactId>
  479. <groupId>org.aspectj</groupId>
  480. </exclusion>
  481. </exclusions>
  482. </dependency>
  483. <dependency>
  484. <groupId>org.hibernate</groupId>
  485. <artifactId>hibernate-entitymanager</artifactId>
  486. <version>3.6.10.Final</version>
  487. <scope>test</scope>
  488. <exclusions>
  489. <exclusion>
  490. <artifactId>mockito-all</artifactId>
  491. <groupId>org.mockito</groupId>
  492. </exclusion>
  493. <exclusion>
  494. <artifactId>junit-dep</artifactId>
  495. <groupId>junit</groupId>
  496. </exclusion>
  497. <exclusion>
  498. <artifactId>aspectjrt</artifactId>
  499. <groupId>org.aspectj</groupId>
  500. </exclusion>
  501. </exclusions>
  502. </dependency>
  503. <dependency>
  504. <groupId>org.hsqldb</groupId>
  505. <artifactId>hsqldb</artifactId>
  506. <version>2.2.8</version>
  507. <scope>test</scope>
  508. <exclusions>
  509. <exclusion>
  510. <artifactId>mockito-all</artifactId>
  511. <groupId>org.mockito</groupId>
  512. </exclusion>
  513. <exclusion>
  514. <artifactId>junit-dep</artifactId>
  515. <groupId>junit</groupId>
  516. </exclusion>
  517. <exclusion>
  518. <artifactId>aspectjrt</artifactId>
  519. <groupId>org.aspectj</groupId>
  520. </exclusion>
  521. </exclusions>
  522. </dependency>
  523. <dependency>
  524. <groupId>org.hsqldb</groupId>
  525. <artifactId>hsqldb</artifactId>
  526. <version>2.3.1</version>
  527. <scope>test</scope>
  528. </dependency>
  529. <dependency>
  530. <groupId>org.mockito</groupId>
  531. <artifactId>mockito-core</artifactId>
  532. <version>1.9.5</version>
  533. <scope>test</scope>
  534. <exclusions>
  535. <exclusion>
  536. <artifactId>mockito-all</artifactId>
  537. <groupId>org.mockito</groupId>
  538. </exclusion>
  539. <exclusion>
  540. <artifactId>junit-dep</artifactId>
  541. <groupId>junit</groupId>
  542. </exclusion>
  543. <exclusion>
  544. <artifactId>aspectjrt</artifactId>
  545. <groupId>org.aspectj</groupId>
  546. </exclusion>
  547. </exclusions>
  548. </dependency>
  549. <dependency>
  550. <groupId>org.openid4java</groupId>
  551. <artifactId>openid4java-nodeps</artifactId>
  552. <version>0.9.6</version>
  553. <scope>test</scope>
  554. <exclusions>
  555. <exclusion>
  556. <artifactId>mockito-all</artifactId>
  557. <groupId>org.mockito</groupId>
  558. </exclusion>
  559. <exclusion>
  560. <artifactId>junit-dep</artifactId>
  561. <groupId>junit</groupId>
  562. </exclusion>
  563. <exclusion>
  564. <artifactId>guice</artifactId>
  565. <groupId>com.google.code.guice</groupId>
  566. </exclusion>
  567. <exclusion>
  568. <artifactId>aspectjrt</artifactId>
  569. <groupId>org.aspectj</groupId>
  570. </exclusion>
  571. </exclusions>
  572. </dependency>
  573. <dependency>
  574. <groupId>org.powermock</groupId>
  575. <artifactId>powermock-api-mockito</artifactId>
  576. <version>1.5.1</version>
  577. <scope>test</scope>
  578. <exclusions>
  579. <exclusion>
  580. <artifactId>mockito-all</artifactId>
  581. <groupId>org.mockito</groupId>
  582. </exclusion>
  583. <exclusion>
  584. <artifactId>junit-dep</artifactId>
  585. <groupId>junit</groupId>
  586. </exclusion>
  587. <exclusion>
  588. <artifactId>aspectjrt</artifactId>
  589. <groupId>org.aspectj</groupId>
  590. </exclusion>
  591. </exclusions>
  592. </dependency>
  593. <dependency>
  594. <groupId>org.powermock</groupId>
  595. <artifactId>powermock-api-support</artifactId>
  596. <version>1.5.1</version>
  597. <scope>test</scope>
  598. <exclusions>
  599. <exclusion>
  600. <artifactId>mockito-all</artifactId>
  601. <groupId>org.mockito</groupId>
  602. </exclusion>
  603. <exclusion>
  604. <artifactId>junit-dep</artifactId>
  605. <groupId>junit</groupId>
  606. </exclusion>
  607. <exclusion>
  608. <artifactId>aspectjrt</artifactId>
  609. <groupId>org.aspectj</groupId>
  610. </exclusion>
  611. </exclusions>
  612. </dependency>
  613. <dependency>
  614. <groupId>org.powermock</groupId>
  615. <artifactId>powermock-core</artifactId>
  616. <version>1.5.1</version>
  617. <scope>test</scope>
  618. <exclusions>
  619. <exclusion>
  620. <artifactId>mockito-all</artifactId>
  621. <groupId>org.mockito</groupId>
  622. </exclusion>
  623. <exclusion>
  624. <artifactId>junit-dep</artifactId>
  625. <groupId>junit</groupId>
  626. </exclusion>
  627. <exclusion>
  628. <artifactId>aspectjrt</artifactId>
  629. <groupId>org.aspectj</groupId>
  630. </exclusion>
  631. </exclusions>
  632. </dependency>
  633. <dependency>
  634. <groupId>org.powermock</groupId>
  635. <artifactId>powermock-module-junit4</artifactId>
  636. <version>1.5.1</version>
  637. <scope>test</scope>
  638. <exclusions>
  639. <exclusion>
  640. <artifactId>mockito-all</artifactId>
  641. <groupId>org.mockito</groupId>
  642. </exclusion>
  643. <exclusion>
  644. <artifactId>junit-dep</artifactId>
  645. <groupId>junit</groupId>
  646. </exclusion>
  647. <exclusion>
  648. <artifactId>aspectjrt</artifactId>
  649. <groupId>org.aspectj</groupId>
  650. </exclusion>
  651. </exclusions>
  652. </dependency>
  653. <dependency>
  654. <groupId>org.powermock</groupId>
  655. <artifactId>powermock-module-junit4-common</artifactId>
  656. <version>1.5.1</version>
  657. <scope>test</scope>
  658. <exclusions>
  659. <exclusion>
  660. <artifactId>mockito-all</artifactId>
  661. <groupId>org.mockito</groupId>
  662. </exclusion>
  663. <exclusion>
  664. <artifactId>junit-dep</artifactId>
  665. <groupId>junit</groupId>
  666. </exclusion>
  667. <exclusion>
  668. <artifactId>aspectjrt</artifactId>
  669. <groupId>org.aspectj</groupId>
  670. </exclusion>
  671. </exclusions>
  672. </dependency>
  673. <dependency>
  674. <groupId>org.powermock</groupId>
  675. <artifactId>powermock-reflect</artifactId>
  676. <version>1.5.1</version>
  677. <scope>test</scope>
  678. <exclusions>
  679. <exclusion>
  680. <artifactId>mockito-all</artifactId>
  681. <groupId>org.mockito</groupId>
  682. </exclusion>
  683. <exclusion>
  684. <artifactId>junit-dep</artifactId>
  685. <groupId>junit</groupId>
  686. </exclusion>
  687. <exclusion>
  688. <artifactId>aspectjrt</artifactId>
  689. <groupId>org.aspectj</groupId>
  690. </exclusion>
  691. </exclusions>
  692. </dependency>
  693. <dependency>
  694. <groupId>org.slf4j</groupId>
  695. <artifactId>jcl-over-slf4j</artifactId>
  696. <version>1.7.5</version>
  697. <scope>test</scope>
  698. <exclusions>
  699. <exclusion>
  700. <artifactId>mockito-all</artifactId>
  701. <groupId>org.mockito</groupId>
  702. </exclusion>
  703. <exclusion>
  704. <artifactId>junit-dep</artifactId>
  705. <groupId>junit</groupId>
  706. </exclusion>
  707. <exclusion>
  708. <artifactId>aspectjrt</artifactId>
  709. <groupId>org.aspectj</groupId>
  710. </exclusion>
  711. </exclusions>
  712. </dependency>
  713. <dependency>
  714. <groupId>org.spockframework</groupId>
  715. <artifactId>spock-core</artifactId>
  716. <version>0.7-groovy-2.0</version>
  717. <scope>test</scope>
  718. <exclusions>
  719. <exclusion>
  720. <artifactId>mockito-all</artifactId>
  721. <groupId>org.mockito</groupId>
  722. </exclusion>
  723. <exclusion>
  724. <artifactId>junit-dep</artifactId>
  725. <groupId>junit</groupId>
  726. </exclusion>
  727. <exclusion>
  728. <artifactId>aspectjrt</artifactId>
  729. <groupId>org.aspectj</groupId>
  730. </exclusion>
  731. </exclusions>
  732. </dependency>
  733. <dependency>
  734. <groupId>org.spockframework</groupId>
  735. <artifactId>spock-spring</artifactId>
  736. <version>0.7-groovy-2.0</version>
  737. <scope>test</scope>
  738. <exclusions>
  739. <exclusion>
  740. <artifactId>mockito-all</artifactId>
  741. <groupId>org.mockito</groupId>
  742. </exclusion>
  743. <exclusion>
  744. <artifactId>junit-dep</artifactId>
  745. <groupId>junit</groupId>
  746. </exclusion>
  747. <exclusion>
  748. <artifactId>aspectjrt</artifactId>
  749. <groupId>org.aspectj</groupId>
  750. </exclusion>
  751. </exclusions>
  752. </dependency>
  753. <dependency>
  754. <groupId>org.springframework.data</groupId>
  755. <artifactId>spring-data-jpa</artifactId>
  756. <version>1.4.1.RELEASE</version>
  757. <scope>test</scope>
  758. <exclusions>
  759. <exclusion>
  760. <artifactId>mockito-all</artifactId>
  761. <groupId>org.mockito</groupId>
  762. </exclusion>
  763. <exclusion>
  764. <artifactId>junit-dep</artifactId>
  765. <groupId>junit</groupId>
  766. </exclusion>
  767. <exclusion>
  768. <artifactId>aspectjrt</artifactId>
  769. <groupId>org.aspectj</groupId>
  770. </exclusion>
  771. </exclusions>
  772. </dependency>
  773. <dependency>
  774. <groupId>org.springframework.ldap</groupId>
  775. <artifactId>spring-ldap-core</artifactId>
  776. <version>1.3.2.RELEASE</version>
  777. <scope>test</scope>
  778. <exclusions>
  779. <exclusion>
  780. <artifactId>mockito-all</artifactId>
  781. <groupId>org.mockito</groupId>
  782. </exclusion>
  783. <exclusion>
  784. <artifactId>junit-dep</artifactId>
  785. <groupId>junit</groupId>
  786. </exclusion>
  787. <exclusion>
  788. <artifactId>aspectjrt</artifactId>
  789. <groupId>org.aspectj</groupId>
  790. </exclusion>
  791. </exclusions>
  792. </dependency>
  793. <dependency>
  794. <groupId>org.springframework.security</groupId>
  795. <artifactId>spring-security-cas</artifactId>
  796. <version>3.2.4.CI-SNAPSHOT</version>
  797. <scope>test</scope>
  798. <exclusions>
  799. <exclusion>
  800. <artifactId>mockito-all</artifactId>
  801. <groupId>org.mockito</groupId>
  802. </exclusion>
  803. <exclusion>
  804. <artifactId>junit-dep</artifactId>
  805. <groupId>junit</groupId>
  806. </exclusion>
  807. <exclusion>
  808. <artifactId>aspectjrt</artifactId>
  809. <groupId>org.aspectj</groupId>
  810. </exclusion>
  811. </exclusions>
  812. </dependency>
  813. <dependency>
  814. <groupId>org.springframework</groupId>
  815. <artifactId>spring-expression</artifactId>
  816. <version>3.2.8.RELEASE</version>
  817. <scope>test</scope>
  818. <exclusions>
  819. <exclusion>
  820. <artifactId>mockito-all</artifactId>
  821. <groupId>org.mockito</groupId>
  822. </exclusion>
  823. <exclusion>
  824. <artifactId>junit-dep</artifactId>
  825. <groupId>junit</groupId>
  826. </exclusion>
  827. <exclusion>
  828. <artifactId>aspectjrt</artifactId>
  829. <groupId>org.aspectj</groupId>
  830. </exclusion>
  831. </exclusions>
  832. </dependency>
  833. <dependency>
  834. <groupId>org.springframework</groupId>
  835. <artifactId>spring-orm</artifactId>
  836. <version>3.2.8.RELEASE</version>
  837. <scope>test</scope>
  838. <exclusions>
  839. <exclusion>
  840. <artifactId>mockito-all</artifactId>
  841. <groupId>org.mockito</groupId>
  842. </exclusion>
  843. <exclusion>
  844. <artifactId>junit-dep</artifactId>
  845. <groupId>junit</groupId>
  846. </exclusion>
  847. <exclusion>
  848. <artifactId>aspectjrt</artifactId>
  849. <groupId>org.aspectj</groupId>
  850. </exclusion>
  851. </exclusions>
  852. </dependency>
  853. <dependency>
  854. <groupId>org.springframework</groupId>
  855. <artifactId>spring-test</artifactId>
  856. <version>3.2.8.RELEASE</version>
  857. <scope>test</scope>
  858. <exclusions>
  859. <exclusion>
  860. <artifactId>mockito-all</artifactId>
  861. <groupId>org.mockito</groupId>
  862. </exclusion>
  863. <exclusion>
  864. <artifactId>junit-dep</artifactId>
  865. <groupId>junit</groupId>
  866. </exclusion>
  867. <exclusion>
  868. <artifactId>aspectjrt</artifactId>
  869. <groupId>org.aspectj</groupId>
  870. </exclusion>
  871. </exclusions>
  872. </dependency>
  873. </dependencies>
  874. </project>