pom.xml 33 KB

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