pom.xml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  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.0-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.1.1</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.3.1</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</version>
  444. <configuration>
  445. <aggregate>true</aggregate>
  446. </configuration>
  447. </plugin>
  448. <plugin>
  449. <groupId>org.apache.maven.plugins</groupId>
  450. <artifactId>maven-jxr-plugin</artifactId>
  451. <configuration>
  452. <aggregate>true</aggregate>
  453. <excludes>
  454. <exclude>bigbank/**</exclude>
  455. </excludes>
  456. </configuration>
  457. </plugin>
  458. <!--
  459. <plugin>
  460. <groupId>org.apache.maven.plugins</groupId>
  461. <artifactId>maven-checkstyle-plugin</artifactId>
  462. <configuration>
  463. <configLocation>
  464. acegi_checkstyle.xml
  465. </configLocation>
  466. </configuration>
  467. </plugin>
  468. -->
  469. <plugin>
  470. <groupId>org.codehaus.mojo</groupId>
  471. <artifactId>cobertura-maven-plugin</artifactId>
  472. <version>2.2</version>
  473. </plugin>
  474. <plugin>
  475. <groupId>org.apache.maven.plugins</groupId>
  476. <artifactId>maven-javadoc-plugin</artifactId>
  477. <version>2.3</version>
  478. <configuration>
  479. <aggregate>true</aggregate>
  480. <header>Spring Security Framework</header>
  481. <quiet>true</quiet>
  482. <excludePackageNames>sample,bigbank</excludePackageNames>
  483. <links>
  484. <link>
  485. http://java.sun.com/j2se/1.5.0/docs/api
  486. </link>
  487. <link>
  488. http://www.springframework.org/docs/api/
  489. </link>
  490. <link>
  491. http://commons.apache.org/dbcp/apidocs/
  492. </link>
  493. <link>
  494. http://commons.apache.org/httpclient/apidocs/
  495. </link>
  496. <link>
  497. http://commons.apache.org/pool/apidocs/
  498. </link>
  499. <link>
  500. http://commons.apache.org/lang/api/
  501. </link>
  502. <link>
  503. http://commons.apache.org/codec/apidocs/
  504. </link>
  505. <link>
  506. http://commons.apache.org/collections/apidocs/
  507. </link>
  508. <link>
  509. http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
  510. </link>
  511. <link>
  512. http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
  513. </link>
  514. <link>
  515. http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
  516. </link>
  517. </links>
  518. </configuration>
  519. <reportSets>
  520. <reportSet>
  521. <reports>
  522. <report>javadoc</report>
  523. <!-- <report>test-javadoc</report> -->
  524. </reports>
  525. </reportSet>
  526. </reportSets>
  527. </plugin>
  528. <plugin>
  529. <groupId>org.codehaus.mojo</groupId>
  530. <artifactId>taglist-maven-plugin</artifactId>
  531. </plugin>
  532. <plugin>
  533. <groupId>org.apache.maven.plugins</groupId>
  534. <artifactId>maven-project-info-reports-plugin</artifactId>
  535. <version>2.0.1</version>
  536. <!--
  537. <reportSets>
  538. <reportSet>
  539. <reports>
  540. <report>dependencies</report>
  541. <report>project-team</report>
  542. <report>mailing-list</report>
  543. <report>issue-tracking</report>
  544. <report>license</report>
  545. </reports>
  546. </reportSet>
  547. </reportSets>
  548. -->
  549. </plugin>
  550. </plugins>
  551. </reporting>
  552. <dependencyManagement>
  553. <dependencies>
  554. <dependency>
  555. <groupId>org.springframework</groupId>
  556. <artifactId>spring-core</artifactId>
  557. <version>${spring.version}</version>
  558. </dependency>
  559. <dependency>
  560. <groupId>org.springframework</groupId>
  561. <artifactId>spring-mock</artifactId>
  562. <version>${spring.version}</version>
  563. </dependency>
  564. <dependency>
  565. <groupId>org.springframework</groupId>
  566. <artifactId>spring-remoting</artifactId>
  567. <version>${spring.version}</version>
  568. </dependency>
  569. <dependency>
  570. <groupId>org.springframework</groupId>
  571. <artifactId>spring-web</artifactId>
  572. <version>${spring.version}</version>
  573. </dependency>
  574. <dependency>
  575. <groupId>org.springframework</groupId>
  576. <artifactId>spring-jdbc</artifactId>
  577. <version>${spring.version}</version>
  578. </dependency>
  579. <dependency>
  580. <groupId>org.springframework</groupId>
  581. <artifactId>spring-dao</artifactId>
  582. <version>${spring.version}</version>
  583. </dependency>
  584. <dependency>
  585. <groupId>org.springframework</groupId>
  586. <artifactId>spring-support</artifactId>
  587. <version>${spring.version}</version>
  588. </dependency>
  589. <dependency>
  590. <groupId>org.springframework</groupId>
  591. <artifactId>spring-aop</artifactId>
  592. <version>${spring.version}</version>
  593. </dependency>
  594. <dependency>
  595. <groupId>org.springframework</groupId>
  596. <artifactId>spring-context</artifactId>
  597. <version>${spring.version}</version>
  598. </dependency>
  599. <dependency>
  600. <groupId>org.springframework.ldap</groupId>
  601. <artifactId>spring-ldap</artifactId>
  602. <version>1.2.1</version>
  603. </dependency>
  604. <dependency>
  605. <groupId>org.aspectj</groupId>
  606. <artifactId>aspectjweaver</artifactId>
  607. <optional>true</optional>
  608. <version>1.5.4</version>
  609. </dependency>
  610. <dependency>
  611. <groupId>aspectj</groupId>
  612. <artifactId>aspectjrt</artifactId>
  613. <version>1.5.4</version>
  614. </dependency>
  615. <dependency>
  616. <groupId>org.springframework</groupId>
  617. <artifactId>spring-webmvc</artifactId>
  618. <version>${spring.version}</version>
  619. </dependency>
  620. <dependency>
  621. <groupId>cglib</groupId>
  622. <artifactId>cglib-nodep</artifactId>
  623. <scope>test</scope>
  624. <optional>true</optional>
  625. <version>2.1_3</version>
  626. </dependency>
  627. <dependency>
  628. <groupId>log4j</groupId>
  629. <artifactId>log4j</artifactId>
  630. <version>1.2.14</version> <!-- 1.2.15 has some JMX dependencies we don't want in its POM -->
  631. <optional>true</optional>
  632. <scope>runtime</scope>
  633. </dependency>
  634. <dependency>
  635. <groupId>net.sf.ehcache</groupId>
  636. <artifactId>ehcache</artifactId>
  637. <version>1.4.1</version>
  638. </dependency>
  639. <dependency>
  640. <groupId>commons-collections</groupId>
  641. <artifactId>commons-collections</artifactId>
  642. <version>3.2</version>
  643. </dependency>
  644. <dependency>
  645. <groupId>hsqldb</groupId>
  646. <artifactId>hsqldb</artifactId>
  647. <version>1.8.0.7</version>
  648. </dependency>
  649. <dependency>
  650. <groupId>commons-logging</groupId>
  651. <artifactId>commons-logging</artifactId>
  652. <version>1.1.1</version>
  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.0.8</spring.version>
  681. <felix.version>1.4.0</felix.version>
  682. <jstl.version>1.1.2</jstl.version>
  683. <docbook.source>${basedir}/src/docbkx</docbook.source>
  684. <docbook.target>${basedir}/target/site/guide</docbook.target>
  685. </properties>
  686. </project>