pom.xml 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>org.springframework.security</groupId>
  5. <artifactId>spring-security-parent</artifactId>
  6. <version>2.5.0-SNAPSHOT</version>
  7. <name>Spring Security</name>
  8. <packaging>pom</packaging>
  9. <modules>
  10. <module>core</module>
  11. <module>web</module>
  12. <module>ldap</module>
  13. <module>config</module>
  14. <module>acl</module>
  15. <module>cas</module>
  16. <module>openid</module>
  17. <module>ntlm</module>
  18. <module>taglibs</module>
  19. <module>portlet</module>
  20. <module>samples</module>
  21. <module>itest</module>
  22. </modules>
  23. <description>Spring Security</description>
  24. <organization>
  25. <name>SpringSource, Inc</name>
  26. <url>http://www.springsource.com/</url>
  27. </organization>
  28. <inceptionYear>2004</inceptionYear>
  29. <url>http://static.springframework.org/spring-security/site/index.html</url>
  30. <licenses>
  31. <license>
  32. <name>The Apache Software License, Version 2.0</name>
  33. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  34. <distribution>repo</distribution>
  35. </license>
  36. </licenses>
  37. <!-- Note when doing releases: tagBase is set in release plugin configuration below -->
  38. <scm>
  39. <connection>scm:svn:https://src.springframework.org/svn/spring-security/trunk</connection>
  40. <developerConnection>scm:svn:https://src.springframework.org/svn/spring-security/trunk</developerConnection>
  41. <url>https://src.springframework.org/svn/spring-security/trunk</url>
  42. </scm>
  43. <issueManagement>
  44. <system>jira</system>
  45. <url>http://jira.springframework.org/browse/SEC</url>
  46. </issueManagement>
  47. <ciManagement>
  48. <system>bamboo</system>
  49. <url>https://build.springframework.org/browse/SEC</url>
  50. </ciManagement>
  51. <distributionManagement>
  52. <repository>
  53. <id>spring-milestone</id>
  54. <name>Spring Milestone Repository</name>
  55. <url>s3://maven.springframework.org/milestone</url>
  56. </repository>
  57. <snapshotRepository>
  58. <id>spring-snapshot</id>
  59. <name>Spring Snapshot Repository</name>
  60. <url>s3://maven.springframework.org/snapshot</url>
  61. </snapshotRepository>
  62. <site>
  63. <id>local</id>
  64. <name>Local Site Directory</name>
  65. <url>file:///${user.dir}/site</url>
  66. </site>
  67. </distributionManagement>
  68. <repositories>
  69. <repository>
  70. <releases>
  71. <enabled>true</enabled>
  72. </releases>
  73. <snapshots>
  74. <enabled>false</enabled>
  75. </snapshots>
  76. <id>com.springsource.repository.bundles.release</id>
  77. <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
  78. <url>http://repository.springsource.com/maven/bundles/release</url>
  79. </repository>
  80. <repository>
  81. <releases>
  82. <enabled>true</enabled>
  83. </releases>
  84. <snapshots>
  85. <enabled>false</enabled>
  86. </snapshots>
  87. <id>com.springsource.repository.bundles.external</id>
  88. <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
  89. <url>http://repository.springsource.com/maven/bundles/external</url>
  90. </repository>
  91. <repository>
  92. <releases>
  93. <enabled>false</enabled>
  94. </releases>
  95. <snapshots>
  96. <enabled>true</enabled>
  97. </snapshots>
  98. <id>com.springsource.repository.bundles.snapshot</id>
  99. <name>SpringSource Enterprise Bundle Repository - SpringSource Snapshot Releases</name>
  100. <url>http://repository.springsource.com/maven/bundles/snapshot</url>
  101. </repository>
  102. <repository>
  103. <releases>
  104. <enabled>true</enabled>
  105. </releases>
  106. <snapshots>
  107. <enabled>false</enabled>
  108. </snapshots>
  109. <id>com.springsource.repository.bundles.milestone</id>
  110. <name>SpringSource Enterprise Bundle Repository - SpringSource Milestone Releases</name>
  111. <url>http://repository.springsource.com/maven/bundles/milestone</url>
  112. </repository>
  113. <!--
  114. <repository>
  115. <releases>
  116. <enabled>true</enabled>
  117. </releases>
  118. <snapshots>
  119. <enabled>false</enabled>
  120. </snapshots>
  121. <id>spring-milestone</id>
  122. <name>Spring Portfolio Milestone Repository</name>
  123. <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
  124. </repository>
  125. -->
  126. </repositories>
  127. <mailingLists>
  128. <mailingList>
  129. <name>Acegi Developer List</name>
  130. <subscribe>
  131. https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
  132. </subscribe>
  133. <!--
  134. <unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe>
  135. <post>acegisecurity-developer@lists.sourceforge.net</post>
  136. -->
  137. <archive>
  138. http://sourceforge.net/mailarchive/forum.php?forum_id=40659
  139. </archive>
  140. <otherArchives>
  141. <otherArchive>
  142. http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/
  143. </otherArchive>
  144. <otherArchive>
  145. http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/
  146. </otherArchive>
  147. </otherArchives>
  148. </mailingList>
  149. </mailingLists>
  150. <developers>
  151. <developer>
  152. <name>Ben Alex</name>
  153. <id>benalex</id>
  154. <email>benalex at users.sourceforge.net</email>
  155. <organization>
  156. SpringSource
  157. </organization>
  158. <timezone>+10</timezone>
  159. </developer>
  160. <developer>
  161. <name>Colin Sampaleanu</name>
  162. <id>colins</id>
  163. <email>colinml1 at exis.com</email>
  164. </developer>
  165. <developer>
  166. <name>Carlos Sanchez</name>
  167. <id>carlossg</id>
  168. <email>carlossg at users.sourceforge.net</email>
  169. <timezone>+1</timezone>
  170. </developer>
  171. <developer>
  172. <name>Luke Taylor</name>
  173. <id>luke_t</id>
  174. <email>luke_t at users.sourceforge.net</email>
  175. <organization>
  176. SpringSource
  177. </organization>
  178. <timezone>0</timezone>
  179. </developer>
  180. <developer>
  181. <name>Ray Krueger</name>
  182. <id>raykrueger</id>
  183. <email>raykrueger at users.sourceforge.net</email>
  184. </developer>
  185. <developer>
  186. <name>Mark St.Godard</name>
  187. <id>markstg</id>
  188. <email>markstg at users.sourceforge.net</email>
  189. </developer>
  190. <developer>
  191. <name>John A. Lewis</name>
  192. <id>johnalewis</id>
  193. <email>johnalewis at users.sourceforge.net</email>
  194. </developer>
  195. </developers>
  196. <contributors>
  197. <contributor>
  198. <name>Alan Stewart</name>
  199. </contributor>
  200. <contributor>
  201. <name>Cameron Braid</name>
  202. </contributor>
  203. <contributor>
  204. <name>Patrick Burleson</name>
  205. </contributor>
  206. <contributor>
  207. <name>Francois Beausoleil</name>
  208. </contributor>
  209. <contributor>
  210. <name>Wesley Hall</name>
  211. </contributor>
  212. <contributor>
  213. <name>Scott Evans</name>
  214. </contributor>
  215. <contributor>
  216. <name>Travis Gregg</name>
  217. </contributor>
  218. <contributor>
  219. <name>Karel Miarka</name>
  220. </contributor>
  221. <contributor>
  222. <name>James Monaghan</name>
  223. </contributor>
  224. <contributor>
  225. <name>Andrew Petro</name>
  226. </contributor>
  227. <contributor>
  228. <name>Aaron Tang</name>
  229. </contributor>
  230. <contributor>
  231. <name>Orlando Garcia Carmona</name>
  232. </contributor>
  233. <contributor>
  234. <name>Joni Suominen</name>
  235. </contributor>
  236. <contributor>
  237. <name>Sergio Berna</name>
  238. </contributor>
  239. <contributor>
  240. <name>Paulo Neves</name>
  241. </contributor>
  242. <contributor>
  243. <name>Mike Perham</name>
  244. </contributor>
  245. <contributor>
  246. <name>Robin Bramley</name>
  247. </contributor>
  248. <contributor>
  249. <name>Robert Sanders</name>
  250. </contributor>
  251. <contributor>
  252. <name>Vishal Puri</name>
  253. </contributor>
  254. <contributor>
  255. <name>Martin Algesten</name>
  256. </contributor>
  257. <contributor>
  258. <name>Ruud Senden</name>
  259. </contributor>
  260. <contributor>
  261. <name>Michael Mayr</name>
  262. </contributor>
  263. </contributors>
  264. <dependencies>
  265. <dependency>
  266. <groupId>junit</groupId>
  267. <artifactId>junit</artifactId>
  268. <version>4.5</version>
  269. <scope>test</scope>
  270. </dependency>
  271. <dependency>
  272. <groupId>org.mockito</groupId>
  273. <artifactId>mockito-core</artifactId>
  274. <version>1.7</version>
  275. <scope>test</scope>
  276. </dependency>
  277. <dependency>
  278. <groupId>org.jmock</groupId>
  279. <artifactId>jmock-junit4</artifactId>
  280. <version>2.5.1</version>
  281. <scope>test</scope>
  282. </dependency>
  283. </dependencies>
  284. <build>
  285. <extensions>
  286. <extension>
  287. <groupId>org.springframework.build.aws</groupId>
  288. <artifactId>org.springframework.build.aws.maven</artifactId>
  289. <version>2.0.0.RELEASE</version>
  290. </extension>
  291. </extensions>
  292. <plugins>
  293. <plugin>
  294. <groupId>org.apache.maven.plugins</groupId>
  295. <artifactId>maven-help-plugin</artifactId>
  296. <version>2.0.1</version>
  297. </plugin>
  298. <plugin>
  299. <groupId>org.apache.maven.plugins</groupId>
  300. <artifactId>maven-clean-plugin</artifactId>
  301. <version>2.2</version>
  302. </plugin>
  303. <plugin>
  304. <groupId>org.apache.maven.plugins</groupId>
  305. <artifactId>maven-resources-plugin</artifactId>
  306. <version>2.2</version>
  307. </plugin>
  308. <plugin>
  309. <groupId>org.apache.maven.plugins</groupId>
  310. <artifactId>maven-surefire-plugin</artifactId>
  311. <version>2.4.2</version>
  312. <configuration>
  313. <includes>
  314. <include>**/*Tests.class</include>
  315. </includes>
  316. <excludes>
  317. <exclude>**/Abstract*</exclude>
  318. </excludes>
  319. <forkMode>once</forkMode>
  320. <systemProperties>
  321. <!-- The working directory for the embedded apache Ldap test server -->
  322. <property>
  323. <name>apacheDSWorkDir</name>
  324. <value>
  325. ${basedir}/target/apacheds-work
  326. </value>
  327. </property>
  328. </systemProperties>
  329. </configuration>
  330. </plugin>
  331. <plugin>
  332. <groupId>org.apache.maven.plugins</groupId>
  333. <artifactId>maven-compiler-plugin</artifactId>
  334. <version>2.0.2</version>
  335. <configuration>
  336. <source>1.5</source>
  337. <target>1.5</target>
  338. </configuration>
  339. </plugin>
  340. <plugin>
  341. <groupId>org.apache.maven.plugins</groupId>
  342. <artifactId>maven-jar-plugin</artifactId>
  343. <version>2.1</version>
  344. <executions>
  345. <execution>
  346. <goals>
  347. <goal>test-jar</goal>
  348. </goals>
  349. <phase>package</phase>
  350. </execution>
  351. </executions>
  352. </plugin>
  353. <plugin>
  354. <groupId>org.apache.maven.plugins</groupId>
  355. <artifactId>maven-source-plugin</artifactId>
  356. <version>2.0.3</version>
  357. <configuration>
  358. <attach>true</attach>
  359. </configuration>
  360. <executions>
  361. <execution>
  362. <goals>
  363. <goal>jar</goal>
  364. </goals>
  365. </execution>
  366. </executions>
  367. </plugin>
  368. <!-- Other -->
  369. <plugin>
  370. <groupId>org.apache.maven.plugins</groupId>
  371. <artifactId>maven-war-plugin</artifactId>
  372. <version>2.0.2</version>
  373. </plugin>
  374. <plugin>
  375. <groupId>org.apache.maven.plugins</groupId>
  376. <artifactId>maven-assembly-plugin</artifactId>
  377. <version>2.1</version>
  378. </plugin>
  379. <plugin>
  380. <groupId>org.apache.maven.plugins</groupId>
  381. <artifactId>maven-install-plugin</artifactId>
  382. <version>2.2</version>
  383. </plugin>
  384. <plugin>
  385. <groupId>org.apache.maven.plugins</groupId>
  386. <artifactId>maven-deploy-plugin</artifactId>
  387. <version>2.3</version>
  388. </plugin>
  389. <plugin>
  390. <groupId>org.apache.maven.plugins</groupId>
  391. <artifactId>maven-release-plugin</artifactId>
  392. <version>2.0-beta-7</version>
  393. <configuration>
  394. <tagBase>
  395. https://src.springframework.org/svn/spring-security/tags
  396. </tagBase>
  397. </configuration>
  398. </plugin>
  399. <!-- IDE -->
  400. <plugin>
  401. <groupId>org.apache.maven.plugins</groupId>
  402. <artifactId>maven-eclipse-plugin</artifactId>
  403. <version>2.5.1</version>
  404. <configuration>
  405. <downloadSources>true</downloadSources>
  406. <wtpversion>2.0</wtpversion>
  407. </configuration>
  408. </plugin>
  409. <plugin>
  410. <groupId>org.apache.maven.plugins</groupId>
  411. <artifactId>maven-idea-plugin</artifactId>
  412. <version>2.0</version>
  413. <configuration>
  414. <downloadSources>true</downloadSources>
  415. <!--<downloadJavadocs>true</downloadJavadocs>-->
  416. <dependenciesAsLibraries>
  417. true
  418. </dependenciesAsLibraries>
  419. </configuration>
  420. </plugin>
  421. <!-- Site -->
  422. <plugin>
  423. <groupId>org.apache.maven.plugins</groupId>
  424. <artifactId>maven-site-plugin</artifactId>
  425. <version>2.0</version>
  426. </plugin>
  427. <plugin>
  428. <groupId>com.agilejava.docbkx</groupId>
  429. <artifactId>docbkx-maven-plugin</artifactId>
  430. <version>2.0.7</version>
  431. <executions>
  432. <execution>
  433. <goals>
  434. <goal>generate-html</goal>
  435. <goal>generate-pdf</goal>
  436. </goals>
  437. <phase>pre-site</phase>
  438. </execution>
  439. </executions>
  440. <dependencies>
  441. <dependency>
  442. <groupId>org.docbook</groupId>
  443. <artifactId>docbook-xml</artifactId>
  444. <version>4.4</version>
  445. <scope>runtime</scope>
  446. </dependency>
  447. </dependencies>
  448. <configuration>
  449. <includes>springsecurity.xml</includes>
  450. <chunkedOutput>true</chunkedOutput>
  451. <htmlStylesheet>css/html.css</htmlStylesheet>
  452. <xincludeSupported>true</xincludeSupported>
  453. <htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
  454. <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
  455. <entities>
  456. <entity>
  457. <name>version</name>
  458. <value>${pom.version}</value>
  459. </entity>
  460. </entities>
  461. <postProcess>
  462. <copy todir="target/site/reference">
  463. <fileset dir="target/docbkx">
  464. <include name="**/*.html" />
  465. <include name="**/*.pdf" />
  466. </fileset>
  467. </copy>
  468. <copy todir="target/site/reference/html">
  469. <fileset dir="src/docbkx/resources">
  470. <include name="**/*.css" />
  471. <include name="**/*.png" />
  472. <include name="**/*.gif" />
  473. <include name="**/*.jpg" />
  474. </fileset>
  475. </copy>
  476. </postProcess>
  477. </configuration>
  478. </plugin>
  479. </plugins>
  480. </build>
  481. <reporting>
  482. <plugins>
  483. <plugin>
  484. <groupId>org.apache.maven.plugins</groupId>
  485. <artifactId>maven-surefire-report-plugin</artifactId>
  486. <version>2.4.2</version>
  487. <!--
  488. <configuration>
  489. <aggregate>true</aggregate>
  490. </configuration>
  491. -->
  492. </plugin>
  493. <plugin>
  494. <groupId>org.apache.maven.plugins</groupId>
  495. <artifactId>maven-jxr-plugin</artifactId>
  496. <configuration>
  497. <aggregate>true</aggregate>
  498. <excludes>
  499. <exclude>bigbank/**</exclude>
  500. </excludes>
  501. </configuration>
  502. </plugin>
  503. <!--
  504. <plugin>
  505. <groupId>org.apache.maven.plugins</groupId>
  506. <artifactId>maven-checkstyle-plugin</artifactId>
  507. <configuration>
  508. <configLocation>
  509. acegi_checkstyle.xml
  510. </configLocation>
  511. </configuration>
  512. </plugin>
  513. -->
  514. <plugin>
  515. <groupId>org.codehaus.mojo</groupId>
  516. <artifactId>cobertura-maven-plugin</artifactId>
  517. <version>2.2</version>
  518. </plugin>
  519. <plugin>
  520. <groupId>org.apache.maven.plugins</groupId>
  521. <artifactId>maven-javadoc-plugin</artifactId>
  522. <version>2.5</version>
  523. <configuration>
  524. <excludePackageNames>sample:bigbank:zzz</excludePackageNames>
  525. <breakiterator>true</breakiterator>
  526. <aggregate>true</aggregate>
  527. <links>
  528. <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
  529. <link>http://static.springframework.org/spring/docs/3.0.x/javadoc-api/</link>
  530. <link>http://commons.apache.org/httpclient/apidocs/</link>
  531. <link>http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/</link>
  532. <link>http://tomcat.apache.org/tomcat-5.5-doc/servletapi/</link>
  533. </links>
  534. </configuration>
  535. <reportSets>
  536. <reportSet>
  537. <reports>
  538. <report>javadoc</report>
  539. </reports>
  540. </reportSet>
  541. </reportSets>
  542. </plugin>
  543. <plugin>
  544. <groupId>org.codehaus.mojo</groupId>
  545. <artifactId>taglist-maven-plugin</artifactId>
  546. </plugin>
  547. <plugin>
  548. <groupId>org.apache.maven.plugins</groupId>
  549. <artifactId>maven-project-info-reports-plugin</artifactId>
  550. <version>2.0.1</version>
  551. <!--
  552. <reportSets>
  553. <reportSet>
  554. <reports>
  555. <report>dependencies</report>
  556. <report>project-team</report>
  557. <report>mailing-list</report>
  558. <report>issue-tracking</report>
  559. <report>license</report>
  560. </reports>
  561. </reportSet>
  562. </reportSets>
  563. -->
  564. </plugin>
  565. </plugins>
  566. </reporting>
  567. <dependencyManagement>
  568. <dependencies>
  569. <dependency>
  570. <groupId>org.springframework</groupId>
  571. <artifactId>org.springframework.core</artifactId>
  572. <version>${spring.version}</version>
  573. <exclusions>
  574. <exclusion>
  575. <groupId>org.apache.commons</groupId>
  576. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  577. </exclusion>
  578. </exclusions>
  579. </dependency>
  580. <dependency>
  581. <groupId>org.springframework</groupId>
  582. <artifactId>org.springframework.expression</artifactId>
  583. <version>${spring.version}</version>
  584. <exclusions>
  585. <exclusion>
  586. <groupId>org.apache.commons</groupId>
  587. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  588. </exclusion>
  589. <!--
  590. <exclusion>
  591. <groupId>org.antlr</groupId>
  592. <artifactId>com.springsource.org.antlr</artifactId>
  593. </exclusion>
  594. -->
  595. </exclusions>
  596. <optional>true</optional>
  597. </dependency>
  598. <dependency>
  599. <groupId>org.springframework</groupId>
  600. <artifactId>org.springframework.test</artifactId>
  601. <version>${spring.version}</version>
  602. <exclusions>
  603. <exclusion>
  604. <groupId>org.apache.commons</groupId>
  605. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  606. </exclusion>
  607. </exclusions>
  608. </dependency>
  609. <dependency>
  610. <groupId>org.springframework</groupId>
  611. <artifactId>org.springframework.jdbc</artifactId>
  612. <version>${spring.version}</version>
  613. <exclusions>
  614. <exclusion>
  615. <groupId>org.apache.commons</groupId>
  616. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  617. </exclusion>
  618. </exclusions>
  619. </dependency>
  620. <dependency>
  621. <groupId>org.springframework</groupId>
  622. <artifactId>org.springframework.transaction</artifactId>
  623. <version>${spring.version}</version>
  624. <exclusions>
  625. <exclusion>
  626. <groupId>org.apache.commons</groupId>
  627. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  628. </exclusion>
  629. </exclusions>
  630. </dependency>
  631. <dependency>
  632. <groupId>org.springframework</groupId>
  633. <artifactId>org.springframework.aop</artifactId>
  634. <version>${spring.version}</version>
  635. <exclusions>
  636. <exclusion>
  637. <groupId>org.apache.commons</groupId>
  638. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  639. </exclusion>
  640. </exclusions>
  641. </dependency>
  642. <dependency>
  643. <groupId>org.springframework</groupId>
  644. <artifactId>org.springframework.context</artifactId>
  645. <version>${spring.version}</version>
  646. <exclusions>
  647. <exclusion>
  648. <groupId>org.apache.commons</groupId>
  649. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  650. </exclusion>
  651. </exclusions>
  652. </dependency>
  653. <dependency>
  654. <groupId>org.springframework</groupId>
  655. <artifactId>org.springframework.context.support</artifactId>
  656. <version>${spring.version}</version>
  657. <exclusions>
  658. <exclusion>
  659. <groupId>org.apache.commons</groupId>
  660. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  661. </exclusion>
  662. </exclusions>
  663. </dependency>
  664. <dependency>
  665. <groupId>org.springframework</groupId>
  666. <artifactId>org.springframework.web</artifactId>
  667. <version>${spring.version}</version>
  668. <exclusions>
  669. <exclusion>
  670. <groupId>org.apache.commons</groupId>
  671. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  672. </exclusion>
  673. </exclusions>
  674. </dependency>
  675. <dependency>
  676. <groupId>org.springframework</groupId>
  677. <artifactId>org.springframework.web.servlet</artifactId>
  678. <version>${spring.version}</version>
  679. <exclusions>
  680. <exclusion>
  681. <groupId>org.apache.commons</groupId>
  682. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  683. </exclusion>
  684. </exclusions>
  685. </dependency>
  686. <dependency>
  687. <groupId>org.springframework.ldap</groupId>
  688. <artifactId>spring-ldap-core</artifactId>
  689. <version>1.3.0.RELEASE</version>
  690. <exclusions>
  691. <exclusion>
  692. <groupId>org.springframework</groupId>
  693. <artifactId>spring-core</artifactId>
  694. </exclusion>
  695. <exclusion>
  696. <groupId>org.springframework</groupId>
  697. <artifactId>spring-tx</artifactId>
  698. </exclusion>
  699. <exclusion>
  700. <groupId>org.springframework</groupId>
  701. <artifactId>spring-beans</artifactId>
  702. </exclusion>
  703. <exclusion>
  704. <groupId>commons-logging</groupId>
  705. <artifactId>commons-logging</artifactId>
  706. </exclusion>
  707. </exclusions>
  708. </dependency>
  709. <dependency>
  710. <groupId>org.aspectj</groupId>
  711. <artifactId>com.springsource.org.aspectj.runtime</artifactId>
  712. <version>1.6.2.RELEASE</version>
  713. </dependency>
  714. <dependency>
  715. <groupId>org.aspectj</groupId>
  716. <artifactId>com.springsource.org.aspectj.weaver</artifactId>
  717. <version>1.6.2.RELEASE</version>
  718. </dependency>
  719. <!-- Used by SPEL
  720. <dependency>
  721. <groupId>org.antlr</groupId>
  722. <artifactId>antlr</artifactId>
  723. <version>3.0.1</version>
  724. <optional>true</optional>
  725. <scope>runtime</scope>
  726. </dependency>
  727. -->
  728. <dependency>
  729. <!-- Required by SPEL -->
  730. <groupId>asm</groupId>
  731. <artifactId>asm-all</artifactId>
  732. <version>2.2.3</version>
  733. <optional>true</optional>
  734. <scope>runtime</scope>
  735. </dependency>
  736. <dependency>
  737. <groupId>cglib</groupId>
  738. <artifactId>cglib-nodep</artifactId>
  739. <scope>test</scope>
  740. <optional>true</optional>
  741. <version>2.1_3</version>
  742. </dependency>
  743. <dependency>
  744. <groupId>net.sf.ehcache</groupId>
  745. <artifactId>ehcache</artifactId>
  746. <version>1.4.1</version>
  747. </dependency>
  748. <dependency>
  749. <groupId>commons-collections</groupId>
  750. <artifactId>commons-collections</artifactId>
  751. <version>3.2</version>
  752. </dependency>
  753. <dependency>
  754. <groupId>org.apache.tomcat</groupId>
  755. <artifactId>annotations-api</artifactId>
  756. <version>6.0.14</version>
  757. </dependency>
  758. <dependency>
  759. <groupId>hsqldb</groupId>
  760. <artifactId>hsqldb</artifactId>
  761. <version>1.8.0.7</version>
  762. <scope>runtime</scope>
  763. </dependency>
  764. <dependency>
  765. <groupId>commons-logging</groupId>
  766. <artifactId>commons-logging</artifactId>
  767. <version>1.1.1</version>
  768. <optional>true</optional>
  769. </dependency>
  770. <dependency>
  771. <groupId>commons-codec</groupId>
  772. <artifactId>commons-codec</artifactId>
  773. <version>1.3</version>
  774. </dependency>
  775. <dependency>
  776. <groupId>javax.servlet</groupId>
  777. <artifactId>servlet-api</artifactId>
  778. <version>2.4</version>
  779. <scope>provided</scope>
  780. </dependency>
  781. <dependency>
  782. <groupId>javax.servlet</groupId>
  783. <artifactId>jstl</artifactId>
  784. <version>${jstl.version}</version>
  785. <scope>runtime</scope>
  786. </dependency>
  787. <dependency>
  788. <groupId>taglibs</groupId>
  789. <artifactId>standard</artifactId>
  790. <version>${jstl.version}</version>
  791. <scope>runtime</scope>
  792. </dependency>
  793. <dependency>
  794. <groupId>log4j</groupId>
  795. <artifactId>log4j</artifactId>
  796. <version>1.2.14</version> <!-- 1.2.15 has some JMX dependencies we don't want in its POM -->
  797. <optional>true</optional>
  798. <scope>runtime</scope>
  799. </dependency>
  800. </dependencies>
  801. </dependencyManagement>
  802. <properties>
  803. <spring.version>3.0.0.M2</spring.version>
  804. <jstl.version>1.1.2</jstl.version>
  805. <jetty.version>6.1.15</jetty.version>
  806. <docbook.source>${basedir}/src/docbkx</docbook.source>
  807. <docbook.target>${basedir}/target/site/guide</docbook.target>
  808. </properties>
  809. </project>