pom.xml 27 KB

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