pom.xml 27 KB

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