pom.xml 27 KB

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