pom.xml 27 KB

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