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.0.1-SNAPSHOT</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://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>spring-release</id>
  73. <name>Spring Portfolio Release Repository</name>
  74. <url>http://s3.amazonaws.com/maven.springframework.org/release</url>
  75. </repository>
  76. <repository>
  77. <id>spring-external</id>
  78. <name>Spring Portfolio Release Repository</name>
  79. <url>http://s3.amazonaws.com/maven.springframework.org/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>Michael Mayr</name>
  214. </contributor>
  215. </contributors>
  216. <dependencies>
  217. <dependency>
  218. <groupId>junit</groupId>
  219. <artifactId>junit</artifactId>
  220. <version>4.4</version>
  221. <scope>test</scope>
  222. </dependency>
  223. </dependencies>
  224. <build>
  225. <extensions>
  226. <extension>
  227. <groupId>org.springframework.aws</groupId>
  228. <artifactId>spring-aws-maven</artifactId>
  229. <version>1.2.2</version>
  230. </extension>
  231. </extensions>
  232. <plugins>
  233. <plugin>
  234. <groupId>org.apache.maven.plugins</groupId>
  235. <artifactId>maven-help-plugin</artifactId>
  236. <version>2.0.1</version>
  237. </plugin>
  238. <plugin>
  239. <groupId>org.apache.maven.plugins</groupId>
  240. <artifactId>maven-clean-plugin</artifactId>
  241. <version>2.2</version>
  242. </plugin>
  243. <plugin>
  244. <groupId>org.apache.maven.plugins</groupId>
  245. <artifactId>maven-resources-plugin</artifactId>
  246. <version>2.2</version>
  247. </plugin>
  248. <plugin>
  249. <groupId>org.apache.maven.plugins</groupId>
  250. <artifactId>maven-surefire-plugin</artifactId>
  251. <version>2.4.2</version>
  252. <configuration>
  253. <includes>
  254. <include>**/*Tests.class</include>
  255. </includes>
  256. <excludes>
  257. <exclude>**/Abstract*</exclude>
  258. </excludes>
  259. <forkMode>once</forkMode>
  260. <systemProperties>
  261. <!-- The working directory for the embedded apache Ldap test server -->
  262. <property>
  263. <name>apacheDSWorkDir</name>
  264. <value>
  265. ${basedir}/target/apacheds-work
  266. </value>
  267. </property>
  268. </systemProperties>
  269. </configuration>
  270. </plugin>
  271. <plugin>
  272. <groupId>org.apache.maven.plugins</groupId>
  273. <artifactId>maven-compiler-plugin</artifactId>
  274. <version>2.0.2</version>
  275. <executions>
  276. <execution>
  277. <id>java-1.4-compile</id>
  278. <phase>compile</phase>
  279. <goals>
  280. <goal>compile</goal>
  281. </goals>
  282. <configuration>
  283. <source>1.4</source>
  284. <target>1.4</target>
  285. </configuration>
  286. </execution>
  287. <execution>
  288. <id>java-1.5-compile</id>
  289. <phase>process-test-sources</phase>
  290. <goals>
  291. <goal>testCompile</goal>
  292. </goals>
  293. <configuration>
  294. <source>1.5</source>
  295. <target>1.5</target>
  296. </configuration>
  297. </execution>
  298. </executions>
  299. </plugin>
  300. <plugin>
  301. <groupId>org.apache.maven.plugins</groupId>
  302. <artifactId>maven-jar-plugin</artifactId>
  303. <version>2.1</version>
  304. <executions>
  305. <execution>
  306. <goals>
  307. <goal>test-jar</goal>
  308. </goals>
  309. <phase>package</phase>
  310. </execution>
  311. </executions>
  312. </plugin>
  313. <plugin>
  314. <groupId>org.apache.maven.plugins</groupId>
  315. <artifactId>maven-source-plugin</artifactId>
  316. <version>2.0.3</version>
  317. <configuration>
  318. <attach>true</attach>
  319. </configuration>
  320. <executions>
  321. <execution>
  322. <goals>
  323. <goal>jar</goal>
  324. </goals>
  325. </execution>
  326. </executions>
  327. </plugin>
  328. <!-- Other -->
  329. <plugin>
  330. <groupId>org.apache.maven.plugins</groupId>
  331. <artifactId>maven-war-plugin</artifactId>
  332. <version>2.0.2</version>
  333. </plugin>
  334. <plugin>
  335. <groupId>org.apache.maven.plugins</groupId>
  336. <artifactId>maven-assembly-plugin</artifactId>
  337. <version>2.1</version>
  338. </plugin>
  339. <plugin>
  340. <groupId>org.apache.maven.plugins</groupId>
  341. <artifactId>maven-install-plugin</artifactId>
  342. <version>2.2</version>
  343. </plugin>
  344. <plugin>
  345. <groupId>org.apache.maven.plugins</groupId>
  346. <artifactId>maven-deploy-plugin</artifactId>
  347. <version>2.3</version>
  348. </plugin>
  349. <plugin>
  350. <groupId>org.apache.maven.plugins</groupId>
  351. <artifactId>maven-release-plugin</artifactId>
  352. <version>2.0-beta-7</version>
  353. <configuration>
  354. <tagBase>
  355. https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/tags
  356. </tagBase>
  357. </configuration>
  358. </plugin>
  359. <!-- IDE -->
  360. <plugin>
  361. <groupId>org.apache.maven.plugins</groupId>
  362. <artifactId>maven-eclipse-plugin</artifactId>
  363. <version>2.5.1</version>
  364. <configuration>
  365. <downloadSources>true</downloadSources>
  366. <wtpversion>2.0</wtpversion>
  367. </configuration>
  368. </plugin>
  369. <plugin>
  370. <groupId>org.apache.maven.plugins</groupId>
  371. <artifactId>maven-idea-plugin</artifactId>
  372. <version>2.0</version>
  373. <configuration>
  374. <downloadSources>true</downloadSources>
  375. <!--<downloadJavadocs>true</downloadJavadocs>-->
  376. <dependenciesAsLibraries>
  377. true
  378. </dependenciesAsLibraries>
  379. </configuration>
  380. </plugin>
  381. <!-- Site -->
  382. <plugin>
  383. <groupId>org.apache.maven.plugins</groupId>
  384. <artifactId>maven-site-plugin</artifactId>
  385. <version>2.0-beta-6</version>
  386. </plugin>
  387. <plugin>
  388. <groupId>com.agilejava.docbkx</groupId>
  389. <artifactId>docbkx-maven-plugin</artifactId>
  390. <version>2.0.7</version>
  391. <executions>
  392. <execution>
  393. <goals>
  394. <goal>generate-html</goal>
  395. <goal>generate-pdf</goal>
  396. </goals>
  397. <phase>pre-site</phase>
  398. </execution>
  399. </executions>
  400. <dependencies>
  401. <dependency>
  402. <groupId>org.docbook</groupId>
  403. <artifactId>docbook-xml</artifactId>
  404. <version>4.4</version>
  405. <scope>runtime</scope>
  406. </dependency>
  407. </dependencies>
  408. <configuration>
  409. <includes>springsecurity.xml</includes>
  410. <chunkedOutput>true</chunkedOutput>
  411. <htmlStylesheet>css/html.css</htmlStylesheet>
  412. <xincludeSupported>true</xincludeSupported>
  413. <htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
  414. <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
  415. <entities>
  416. <entity>
  417. <name>version</name>
  418. <value>${pom.version}</value>
  419. </entity>
  420. </entities>
  421. <postProcess>
  422. <copy todir="target/site/reference">
  423. <fileset dir="target/docbkx">
  424. <include name="**/*.html" />
  425. <include name="**/*.pdf" />
  426. </fileset>
  427. </copy>
  428. <copy todir="target/site/reference/html">
  429. <fileset dir="src/docbkx/resources">
  430. <include name="**/*.css" />
  431. <include name="**/*.png" />
  432. <include name="**/*.gif" />
  433. <include name="**/*.jpg" />
  434. </fileset>
  435. </copy>
  436. </postProcess>
  437. </configuration>
  438. </plugin>
  439. </plugins>
  440. </build>
  441. <reporting>
  442. <plugins>
  443. <plugin>
  444. <groupId>org.apache.maven.plugins</groupId>
  445. <artifactId>maven-surefire-report-plugin</artifactId>
  446. <version>2.4.2</version>
  447. <!--
  448. <configuration>
  449. <aggregate>true</aggregate>
  450. </configuration>
  451. -->
  452. </plugin>
  453. <plugin>
  454. <groupId>org.apache.maven.plugins</groupId>
  455. <artifactId>maven-jxr-plugin</artifactId>
  456. <configuration>
  457. <aggregate>true</aggregate>
  458. <excludes>
  459. <exclude>bigbank/**</exclude>
  460. </excludes>
  461. </configuration>
  462. </plugin>
  463. <!--
  464. <plugin>
  465. <groupId>org.apache.maven.plugins</groupId>
  466. <artifactId>maven-checkstyle-plugin</artifactId>
  467. <configuration>
  468. <configLocation>
  469. acegi_checkstyle.xml
  470. </configLocation>
  471. </configuration>
  472. </plugin>
  473. -->
  474. <plugin>
  475. <groupId>org.codehaus.mojo</groupId>
  476. <artifactId>cobertura-maven-plugin</artifactId>
  477. <version>2.2</version>
  478. </plugin>
  479. <plugin>
  480. <groupId>org.apache.maven.plugins</groupId>
  481. <artifactId>maven-javadoc-plugin</artifactId>
  482. <version>2.3</version>
  483. <configuration>
  484. <aggregate>true</aggregate>
  485. <header>Spring Security Framework</header>
  486. <quiet>true</quiet>
  487. <excludePackageNames>sample,bigbank</excludePackageNames>
  488. <links>
  489. <link>
  490. http://java.sun.com/j2se/1.5.0/docs/api
  491. </link>
  492. <link>
  493. http://www.springframework.org/docs/api/
  494. </link>
  495. <link>
  496. http://commons.apache.org/dbcp/apidocs/
  497. </link>
  498. <link>
  499. http://commons.apache.org/httpclient/apidocs/
  500. </link>
  501. <link>
  502. http://commons.apache.org/pool/apidocs/
  503. </link>
  504. <link>
  505. http://commons.apache.org/lang/api/
  506. </link>
  507. <link>
  508. http://commons.apache.org/codec/apidocs/
  509. </link>
  510. <link>
  511. http://commons.apache.org/collections/apidocs/
  512. </link>
  513. <link>
  514. http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
  515. </link>
  516. <link>
  517. http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
  518. </link>
  519. <link>
  520. http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
  521. </link>
  522. </links>
  523. </configuration>
  524. <reportSets>
  525. <reportSet>
  526. <reports>
  527. <report>javadoc</report>
  528. <!-- <report>test-javadoc</report> -->
  529. </reports>
  530. </reportSet>
  531. </reportSets>
  532. </plugin>
  533. <plugin>
  534. <groupId>org.codehaus.mojo</groupId>
  535. <artifactId>taglist-maven-plugin</artifactId>
  536. </plugin>
  537. <plugin>
  538. <groupId>org.apache.maven.plugins</groupId>
  539. <artifactId>maven-project-info-reports-plugin</artifactId>
  540. <version>2.0.1</version>
  541. <!--
  542. <reportSets>
  543. <reportSet>
  544. <reports>
  545. <report>dependencies</report>
  546. <report>project-team</report>
  547. <report>mailing-list</report>
  548. <report>issue-tracking</report>
  549. <report>license</report>
  550. </reports>
  551. </reportSet>
  552. </reportSets>
  553. -->
  554. </plugin>
  555. </plugins>
  556. </reporting>
  557. <dependencyManagement>
  558. <dependencies>
  559. <dependency>
  560. <groupId>org.springframework</groupId>
  561. <artifactId>spring-core</artifactId>
  562. <version>${spring.version}</version>
  563. </dependency>
  564. <dependency>
  565. <groupId>org.springframework</groupId>
  566. <artifactId>spring-mock</artifactId>
  567. <version>${spring.version}</version>
  568. </dependency>
  569. <dependency>
  570. <groupId>org.springframework</groupId>
  571. <artifactId>spring-remoting</artifactId>
  572. <version>${spring.version}</version>
  573. </dependency>
  574. <dependency>
  575. <groupId>org.springframework</groupId>
  576. <artifactId>spring-web</artifactId>
  577. <version>${spring.version}</version>
  578. </dependency>
  579. <dependency>
  580. <groupId>org.springframework</groupId>
  581. <artifactId>spring-jdbc</artifactId>
  582. <version>${spring.version}</version>
  583. </dependency>
  584. <dependency>
  585. <groupId>org.springframework</groupId>
  586. <artifactId>spring-dao</artifactId>
  587. <version>${spring.version}</version>
  588. </dependency>
  589. <dependency>
  590. <groupId>org.springframework</groupId>
  591. <artifactId>spring-support</artifactId>
  592. <version>${spring.version}</version>
  593. </dependency>
  594. <dependency>
  595. <groupId>org.springframework</groupId>
  596. <artifactId>spring-aop</artifactId>
  597. <version>${spring.version}</version>
  598. </dependency>
  599. <dependency>
  600. <groupId>org.springframework</groupId>
  601. <artifactId>spring-context</artifactId>
  602. <version>${spring.version}</version>
  603. </dependency>
  604. <dependency>
  605. <groupId>org.springframework.ldap</groupId>
  606. <artifactId>spring-ldap</artifactId>
  607. <version>1.2.1</version>
  608. </dependency>
  609. <dependency>
  610. <groupId>org.aspectj</groupId>
  611. <artifactId>aspectjweaver</artifactId>
  612. <optional>true</optional>
  613. <version>1.5.4</version>
  614. </dependency>
  615. <dependency>
  616. <groupId>org.aspectj</groupId>
  617. <artifactId>aspectjrt</artifactId>
  618. <version>1.5.4</version>
  619. </dependency>
  620. <dependency>
  621. <groupId>org.springframework</groupId>
  622. <artifactId>spring-webmvc</artifactId>
  623. <version>${spring.version}</version>
  624. </dependency>
  625. <dependency>
  626. <groupId>cglib</groupId>
  627. <artifactId>cglib-nodep</artifactId>
  628. <scope>test</scope>
  629. <optional>true</optional>
  630. <version>2.1_3</version>
  631. </dependency>
  632. <dependency>
  633. <groupId>log4j</groupId>
  634. <artifactId>log4j</artifactId>
  635. <version>1.2.14</version> <!-- 1.2.15 has some JMX dependencies we don't want in its POM -->
  636. <optional>true</optional>
  637. <scope>runtime</scope>
  638. </dependency>
  639. <dependency>
  640. <groupId>net.sf.ehcache</groupId>
  641. <artifactId>ehcache</artifactId>
  642. <version>1.4.1</version>
  643. </dependency>
  644. <dependency>
  645. <groupId>commons-collections</groupId>
  646. <artifactId>commons-collections</artifactId>
  647. <version>3.2</version>
  648. </dependency>
  649. <dependency>
  650. <groupId>hsqldb</groupId>
  651. <artifactId>hsqldb</artifactId>
  652. <version>1.8.0.7</version>
  653. </dependency>
  654. <dependency>
  655. <groupId>commons-logging</groupId>
  656. <artifactId>commons-logging</artifactId>
  657. <version>1.1.1</version>
  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.0.8</spring.version>
  686. <felix.version>1.4.0</felix.version>
  687. <jstl.version>1.1.2</jstl.version>
  688. <docbook.source>${basedir}/src/docbkx</docbook.source>
  689. <docbook.target>${basedir}/target/site/guide</docbook.target>
  690. </properties>
  691. </project>