2
0

pom.xml 28 KB

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