pom.xml 27 KB

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