pom.xml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>org.springframework.security</groupId>
  5. <artifactId>spring-security-parent</artifactId>
  6. <version>2.5.0-SNAPSHOT</version>
  7. <name>Spring Security</name>
  8. <packaging>pom</packaging>
  9. <modules>
  10. <module>core</module>
  11. <module>portlet</module>
  12. <module>ntlm</module>
  13. <module>openid</module>
  14. <module>samples</module>
  15. <module>cas</module>
  16. <module>acl</module>
  17. <module>taglibs</module>
  18. </modules>
  19. <description>Spring Security</description>
  20. <organization>
  21. <name>SpringSource, Inc</name>
  22. <url>http://www.springsource.com/</url>
  23. </organization>
  24. <inceptionYear>2004</inceptionYear>
  25. <url>http://static.springframework.org/spring-security/site/index.html</url>
  26. <licenses>
  27. <license>
  28. <name>The Apache Software License, Version 2.0</name>
  29. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  30. <distribution>repo</distribution>
  31. </license>
  32. </licenses>
  33. <!-- Note when doing releases: tagBase is set in release plugin configuration below -->
  34. <scm>
  35. <connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</connection>
  36. <developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</developerConnection>
  37. <url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/trunk/</url>
  38. </scm>
  39. <issueManagement>
  40. <system>jira</system>
  41. <url>http://jira.springframework.org/browse/SEC</url>
  42. </issueManagement>
  43. <ciManagement>
  44. <system>bamboo</system>
  45. <url>https://build.springframework.org/browse/SEC</url>
  46. </ciManagement>
  47. <distributionManagement>
  48. <repository>
  49. <id>spring-milestone</id>
  50. <name>Spring Milestone Repository</name>
  51. <url>s3://maven.springframework.org/milestone</url>
  52. </repository>
  53. <snapshotRepository>
  54. <id>spring-snapshot</id>
  55. <name>Spring Snapshot Repository</name>
  56. <url>s3://maven.springframework.org/snapshot</url>
  57. </snapshotRepository>
  58. <site>
  59. <id>local</id>
  60. <name>Local Site Directory</name>
  61. <!--
  62. This variable is set by the build release script. You can also set it on the command line if
  63. you are running maven directly. e.g. mvn site -DsiteDirectory=file:///home/joe/mysite
  64. -->
  65. <url>${siteDirectory}</url>
  66. </site>
  67. </distributionManagement>
  68. <repositories>
  69. <repository>
  70. <id>spring-external</id>
  71. <name>Spring Portfolio Release Repository</name>
  72. <url>http://s3.amazonaws.com/maven.springframework.org/external</url>
  73. </repository>
  74. </repositories>
  75. <mailingLists>
  76. <mailingList>
  77. <name>Acegi Developer List</name>
  78. <subscribe>
  79. https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
  80. </subscribe>
  81. <!--
  82. <unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe>
  83. <post>acegisecurity-developer@lists.sourceforge.net</post>
  84. -->
  85. <archive>
  86. http://sourceforge.net/mailarchive/forum.php?forum_id=40659
  87. </archive>
  88. <otherArchives>
  89. <otherArchive>
  90. http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/
  91. </otherArchive>
  92. <otherArchive>
  93. http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/
  94. </otherArchive>
  95. </otherArchives>
  96. </mailingList>
  97. </mailingLists>
  98. <developers>
  99. <developer>
  100. <name>Ben Alex</name>
  101. <id>benalex</id>
  102. <email>benalex at users.sourceforge.net</email>
  103. <organization>
  104. SpringSource
  105. </organization>
  106. <timezone>+10</timezone>
  107. </developer>
  108. <developer>
  109. <name>Colin Sampaleanu</name>
  110. <id>colins</id>
  111. <email>colinml1 at exis.com</email>
  112. </developer>
  113. <developer>
  114. <name>Carlos Sanchez</name>
  115. <id>carlossg</id>
  116. <email>carlossg at users.sourceforge.net</email>
  117. <timezone>+1</timezone>
  118. </developer>
  119. <developer>
  120. <name>Luke Taylor</name>
  121. <id>luke_t</id>
  122. <email>luke_t at users.sourceforge.net</email>
  123. <organization>
  124. SpringSource
  125. </organization>
  126. <timezone>0</timezone>
  127. </developer>
  128. <developer>
  129. <name>Ray Krueger</name>
  130. <id>raykrueger</id>
  131. <email>raykrueger at users.sourceforge.net</email>
  132. </developer>
  133. <developer>
  134. <name>Mark St.Godard</name>
  135. <id>markstg</id>
  136. <email>markstg at users.sourceforge.net</email>
  137. </developer>
  138. <developer>
  139. <name>John A. Lewis</name>
  140. <id>johnalewis</id>
  141. <email>johnalewis at users.sourceforge.net</email>
  142. </developer>
  143. </developers>
  144. <contributors>
  145. <contributor>
  146. <name>Alan Stewart</name>
  147. </contributor>
  148. <contributor>
  149. <name>Cameron Braid</name>
  150. </contributor>
  151. <contributor>
  152. <name>Patrick Burleson</name>
  153. </contributor>
  154. <contributor>
  155. <name>Francois Beausoleil</name>
  156. </contributor>
  157. <contributor>
  158. <name>Wesley Hall</name>
  159. </contributor>
  160. <contributor>
  161. <name>Scott Evans</name>
  162. </contributor>
  163. <contributor>
  164. <name>Travis Gregg</name>
  165. </contributor>
  166. <contributor>
  167. <name>Karel Miarka</name>
  168. </contributor>
  169. <contributor>
  170. <name>James Monaghan</name>
  171. </contributor>
  172. <contributor>
  173. <name>Andrew Petro</name>
  174. </contributor>
  175. <contributor>
  176. <name>Aaron Tang</name>
  177. </contributor>
  178. <contributor>
  179. <name>Orlando Garcia Carmona</name>
  180. </contributor>
  181. <contributor>
  182. <name>Joni Suominen</name>
  183. </contributor>
  184. <contributor>
  185. <name>Sergio Berna</name>
  186. </contributor>
  187. <contributor>
  188. <name>Paulo Neves</name>
  189. </contributor>
  190. <contributor>
  191. <name>Mike Perham</name>
  192. </contributor>
  193. <contributor>
  194. <name>Robin Bramley</name>
  195. </contributor>
  196. <contributor>
  197. <name>Robert Sanders</name>
  198. </contributor>
  199. <contributor>
  200. <name>Vishal Puri</name>
  201. </contributor>
  202. <contributor>
  203. <name>Martin Algesten</name>
  204. </contributor>
  205. <contributor>
  206. <name>Ruud Senden</name>
  207. </contributor>
  208. <contributor>
  209. <name>Michael Mayr</name>
  210. </contributor>
  211. </contributors>
  212. <dependencies>
  213. <dependency>
  214. <groupId>junit</groupId>
  215. <artifactId>junit</artifactId>
  216. <version>4.4</version>
  217. <scope>test</scope>
  218. </dependency>
  219. </dependencies>
  220. <build>
  221. <extensions>
  222. <extension>
  223. <groupId>org.springframework.aws</groupId>
  224. <artifactId>spring-aws-maven</artifactId>
  225. <version>1.2.2</version>
  226. </extension>
  227. </extensions>
  228. <plugins>
  229. <plugin>
  230. <groupId>org.apache.maven.plugins</groupId>
  231. <artifactId>maven-help-plugin</artifactId>
  232. <version>2.0.1</version>
  233. </plugin>
  234. <plugin>
  235. <groupId>org.apache.maven.plugins</groupId>
  236. <artifactId>maven-clean-plugin</artifactId>
  237. <version>2.2</version>
  238. </plugin>
  239. <plugin>
  240. <groupId>org.apache.maven.plugins</groupId>
  241. <artifactId>maven-resources-plugin</artifactId>
  242. <version>2.2</version>
  243. </plugin>
  244. <plugin>
  245. <groupId>org.apache.maven.plugins</groupId>
  246. <artifactId>maven-surefire-plugin</artifactId>
  247. <version>2.4.2</version>
  248. <configuration>
  249. <includes>
  250. <include>**/*Tests.class</include>
  251. </includes>
  252. <excludes>
  253. <exclude>**/Abstract*</exclude>
  254. </excludes>
  255. <forkMode>once</forkMode>
  256. <systemProperties>
  257. <!-- The working directory for the embedded apache Ldap test server -->
  258. <property>
  259. <name>apacheDSWorkDir</name>
  260. <value>
  261. ${basedir}/target/apacheds-work
  262. </value>
  263. </property>
  264. </systemProperties>
  265. </configuration>
  266. </plugin>
  267. <plugin>
  268. <groupId>org.apache.maven.plugins</groupId>
  269. <artifactId>maven-compiler-plugin</artifactId>
  270. <version>2.0.2</version>
  271. <configuration>
  272. <source>1.5</source>
  273. <target>1.5</target>
  274. </configuration>
  275. </plugin>
  276. <plugin>
  277. <groupId>org.apache.maven.plugins</groupId>
  278. <artifactId>maven-jar-plugin</artifactId>
  279. <version>2.1</version>
  280. <executions>
  281. <execution>
  282. <goals>
  283. <goal>test-jar</goal>
  284. </goals>
  285. <phase>package</phase>
  286. </execution>
  287. </executions>
  288. </plugin>
  289. <plugin>
  290. <groupId>org.apache.maven.plugins</groupId>
  291. <artifactId>maven-source-plugin</artifactId>
  292. <version>2.0.3</version>
  293. <configuration>
  294. <attach>true</attach>
  295. </configuration>
  296. <executions>
  297. <execution>
  298. <goals>
  299. <goal>jar</goal>
  300. </goals>
  301. </execution>
  302. </executions>
  303. </plugin>
  304. <!-- Other -->
  305. <plugin>
  306. <groupId>org.apache.maven.plugins</groupId>
  307. <artifactId>maven-war-plugin</artifactId>
  308. <version>2.0.2</version>
  309. </plugin>
  310. <plugin>
  311. <groupId>org.apache.maven.plugins</groupId>
  312. <artifactId>maven-assembly-plugin</artifactId>
  313. <version>2.1</version>
  314. </plugin>
  315. <plugin>
  316. <groupId>org.apache.maven.plugins</groupId>
  317. <artifactId>maven-install-plugin</artifactId>
  318. <version>2.2</version>
  319. </plugin>
  320. <plugin>
  321. <groupId>org.apache.maven.plugins</groupId>
  322. <artifactId>maven-deploy-plugin</artifactId>
  323. <version>2.3</version>
  324. </plugin>
  325. <plugin>
  326. <groupId>org.apache.maven.plugins</groupId>
  327. <artifactId>maven-release-plugin</artifactId>
  328. <version>2.0-beta-7</version>
  329. <configuration>
  330. <tagBase>
  331. https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/tags
  332. </tagBase>
  333. </configuration>
  334. </plugin>
  335. <!-- IDE -->
  336. <plugin>
  337. <groupId>org.apache.maven.plugins</groupId>
  338. <artifactId>maven-eclipse-plugin</artifactId>
  339. <version>2.5.1</version>
  340. <configuration>
  341. <downloadSources>true</downloadSources>
  342. <wtpversion>2.0</wtpversion>
  343. </configuration>
  344. </plugin>
  345. <plugin>
  346. <groupId>org.apache.maven.plugins</groupId>
  347. <artifactId>maven-idea-plugin</artifactId>
  348. <version>2.0</version>
  349. <configuration>
  350. <downloadSources>true</downloadSources>
  351. <!--<downloadJavadocs>true</downloadJavadocs>-->
  352. <dependenciesAsLibraries>
  353. true
  354. </dependenciesAsLibraries>
  355. </configuration>
  356. </plugin>
  357. <!-- Site -->
  358. <plugin>
  359. <groupId>org.apache.maven.plugins</groupId>
  360. <artifactId>maven-site-plugin</artifactId>
  361. <version>2.0-beta-6</version>
  362. </plugin>
  363. <plugin>
  364. <groupId>com.agilejava.docbkx</groupId>
  365. <artifactId>docbkx-maven-plugin</artifactId>
  366. <version>2.0.7</version>
  367. <executions>
  368. <execution>
  369. <goals>
  370. <goal>generate-html</goal>
  371. <goal>generate-pdf</goal>
  372. </goals>
  373. <phase>pre-site</phase>
  374. </execution>
  375. </executions>
  376. <dependencies>
  377. <dependency>
  378. <groupId>org.docbook</groupId>
  379. <artifactId>docbook-xml</artifactId>
  380. <version>4.4</version>
  381. <scope>runtime</scope>
  382. </dependency>
  383. </dependencies>
  384. <configuration>
  385. <includes>springsecurity.xml</includes>
  386. <chunkedOutput>true</chunkedOutput>
  387. <htmlStylesheet>css/html.css</htmlStylesheet>
  388. <xincludeSupported>true</xincludeSupported>
  389. <htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
  390. <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
  391. <entities>
  392. <entity>
  393. <name>version</name>
  394. <value>${pom.version}</value>
  395. </entity>
  396. </entities>
  397. <postProcess>
  398. <copy todir="target/site/reference">
  399. <fileset dir="target/docbkx">
  400. <include name="**/*.html" />
  401. <include name="**/*.pdf" />
  402. </fileset>
  403. </copy>
  404. <copy todir="target/site/reference/html">
  405. <fileset dir="src/docbkx/resources">
  406. <include name="**/*.css" />
  407. <include name="**/*.png" />
  408. <include name="**/*.gif" />
  409. <include name="**/*.jpg" />
  410. </fileset>
  411. </copy>
  412. </postProcess>
  413. </configuration>
  414. </plugin>
  415. <!-- OSGi Felix bundle plugin -->
  416. <plugin>
  417. <groupId>org.apache.felix</groupId>
  418. <artifactId>maven-bundle-plugin</artifactId>
  419. <version>1.4.0</version>
  420. <extensions>true</extensions>
  421. <configuration>
  422. <obrRepository>NONE</obrRepository>
  423. <instructions>
  424. <!-- bundle specific conf -->
  425. <Bundle-Name>${artifactId}</Bundle-Name>
  426. <Bundle-SymbolicName>${spring.osgi.symbolic.name}</Bundle-SymbolicName>
  427. <Bundle-Vendor>SpringSource</Bundle-Vendor>
  428. <Export-Package>${spring.osgi.export}</Export-Package>
  429. <Import-Package>${spring.osgi.import}</Import-Package>
  430. <Private-Package>${spring.osgi.private.pkg}</Private-Package>
  431. <!--Include-Resource>${spring.osgi.include.res}</Include-Resource-->
  432. <!-- jar entries -->
  433. <Implementation-Title>Spring Security</Implementation-Title>
  434. <Implementation-Version>${pom.version}</Implementation-Version>
  435. <Implementation-Vendor>SpringSource</Implementation-Vendor>
  436. <Implementation-Vendor-Id>org.springframework.security</Implementation-Vendor-Id>
  437. <!-- Spring specific entries -->
  438. <!--Spring-Version>${spring.maven.artifact.version}</Spring-Version-->
  439. </instructions>
  440. <excludeDependencies>true</excludeDependencies>
  441. </configuration>
  442. </plugin>
  443. </plugins>
  444. </build>
  445. <reporting>
  446. <plugins>
  447. <plugin>
  448. <groupId>org.apache.maven.plugins</groupId>
  449. <artifactId>maven-surefire-report-plugin</artifactId>
  450. <version>2.4.2</version>
  451. <!--
  452. <configuration>
  453. <aggregate>true</aggregate>
  454. </configuration>
  455. -->
  456. </plugin>
  457. <plugin>
  458. <groupId>org.apache.maven.plugins</groupId>
  459. <artifactId>maven-jxr-plugin</artifactId>
  460. <configuration>
  461. <aggregate>true</aggregate>
  462. <excludes>
  463. <exclude>bigbank/**</exclude>
  464. </excludes>
  465. </configuration>
  466. </plugin>
  467. <!--
  468. <plugin>
  469. <groupId>org.apache.maven.plugins</groupId>
  470. <artifactId>maven-checkstyle-plugin</artifactId>
  471. <configuration>
  472. <configLocation>
  473. acegi_checkstyle.xml
  474. </configLocation>
  475. </configuration>
  476. </plugin>
  477. -->
  478. <plugin>
  479. <groupId>org.codehaus.mojo</groupId>
  480. <artifactId>cobertura-maven-plugin</artifactId>
  481. <version>2.2</version>
  482. </plugin>
  483. <plugin>
  484. <groupId>org.apache.maven.plugins</groupId>
  485. <artifactId>maven-javadoc-plugin</artifactId>
  486. <version>2.4</version>
  487. <configuration>
  488. <aggregate>true</aggregate>
  489. <header>Spring Security Framework</header>
  490. <quiet>true</quiet>
  491. <excludePackageNames>sample,bigbank,zzz</excludePackageNames>
  492. <links>
  493. <link>
  494. http://java.sun.com/j2se/1.5.0/docs/api
  495. </link>
  496. <link>
  497. http://static.springframework.org/spring/docs/2.5.x/api/
  498. </link>
  499. <link>
  500. http://commons.apache.org/dbcp/apidocs/
  501. </link>
  502. <link>
  503. http://commons.apache.org/httpclient/apidocs/
  504. </link>
  505. <link>
  506. http://commons.apache.org/pool/apidocs/
  507. </link>
  508. <link>
  509. http://commons.apache.org/lang/api/
  510. </link>
  511. <link>
  512. http://commons.apache.org/codec/apidocs/
  513. </link>
  514. <link>
  515. http://commons.apache.org/collections/apidocs/
  516. </link>
  517. <link>
  518. http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
  519. </link>
  520. <link>
  521. http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
  522. </link>
  523. <link>
  524. http://tomcat.apache.org/tomcat-5.5-doc/servletapi/
  525. </link>
  526. </links>
  527. </configuration>
  528. <reportSets>
  529. <reportSet>
  530. <reports>
  531. <report>javadoc</report>
  532. <!--<report>test-javadoc</report> -->
  533. </reports>
  534. </reportSet>
  535. </reportSets>
  536. </plugin>
  537. <plugin>
  538. <groupId>org.codehaus.mojo</groupId>
  539. <artifactId>taglist-maven-plugin</artifactId>
  540. </plugin>
  541. <plugin>
  542. <groupId>org.apache.maven.plugins</groupId>
  543. <artifactId>maven-project-info-reports-plugin</artifactId>
  544. <version>2.0.1</version>
  545. <!--
  546. <reportSets>
  547. <reportSet>
  548. <reports>
  549. <report>dependencies</report>
  550. <report>project-team</report>
  551. <report>mailing-list</report>
  552. <report>issue-tracking</report>
  553. <report>license</report>
  554. </reports>
  555. </reportSet>
  556. </reportSets>
  557. -->
  558. </plugin>
  559. </plugins>
  560. </reporting>
  561. <dependencyManagement>
  562. <dependencies>
  563. <dependency>
  564. <groupId>org.springframework</groupId>
  565. <artifactId>spring-core</artifactId>
  566. <version>${spring.version}</version>
  567. </dependency>
  568. <dependency>
  569. <groupId>org.springframework</groupId>
  570. <artifactId>spring-test</artifactId>
  571. <version>${spring.version}</version>
  572. </dependency>
  573. <!--
  574. <dependency>
  575. <groupId>org.springframework</groupId>
  576. <artifactId>spring-remoting</artifactId>
  577. <version>${spring.version}</version>
  578. </dependency>
  579. -->
  580. <dependency>
  581. <groupId>org.springframework</groupId>
  582. <artifactId>spring-web</artifactId>
  583. <version>${spring.version}</version>
  584. </dependency>
  585. <dependency>
  586. <groupId>org.springframework</groupId>
  587. <artifactId>spring-jdbc</artifactId>
  588. <version>${spring.version}</version>
  589. </dependency>
  590. <dependency>
  591. <groupId>org.springframework</groupId>
  592. <artifactId>spring-dao</artifactId>
  593. <version>${spring.version}</version>
  594. </dependency>
  595. <dependency>
  596. <groupId>org.springframework</groupId>
  597. <artifactId>spring-support</artifactId>
  598. <version>${spring.version}</version>
  599. </dependency>
  600. <dependency>
  601. <groupId>org.springframework</groupId>
  602. <artifactId>spring-aop</artifactId>
  603. <version>${spring.version}</version>
  604. </dependency>
  605. <dependency>
  606. <groupId>org.springframework</groupId>
  607. <artifactId>spring-context</artifactId>
  608. <version>${spring.version}</version>
  609. </dependency>
  610. <dependency>
  611. <groupId>org.springframework.ldap</groupId>
  612. <artifactId>spring-ldap</artifactId>
  613. <version>1.2.1</version>
  614. </dependency>
  615. <dependency>
  616. <groupId>org.aspectj</groupId>
  617. <artifactId>aspectjweaver</artifactId>
  618. <optional>true</optional>
  619. <version>1.5.4</version>
  620. </dependency>
  621. <dependency>
  622. <groupId>org.aspectj</groupId>
  623. <artifactId>aspectjrt</artifactId>
  624. <version>1.5.4</version>
  625. </dependency>
  626. <dependency>
  627. <groupId>org.springframework</groupId>
  628. <artifactId>spring-webmvc</artifactId>
  629. <version>${spring.version}</version>
  630. </dependency>
  631. <dependency>
  632. <groupId>cglib</groupId>
  633. <artifactId>cglib-nodep</artifactId>
  634. <scope>test</scope>
  635. <optional>true</optional>
  636. <version>2.1_3</version>
  637. </dependency>
  638. <dependency>
  639. <groupId>log4j</groupId>
  640. <artifactId>log4j</artifactId>
  641. <version>1.2.14</version> <!-- 1.2.15 has some JMX dependencies we don't want in its POM -->
  642. <optional>true</optional>
  643. <scope>runtime</scope>
  644. </dependency>
  645. <dependency>
  646. <groupId>net.sf.ehcache</groupId>
  647. <artifactId>ehcache</artifactId>
  648. <version>1.4.1</version>
  649. </dependency>
  650. <dependency>
  651. <groupId>commons-collections</groupId>
  652. <artifactId>commons-collections</artifactId>
  653. <version>3.2</version>
  654. </dependency>
  655. <dependency>
  656. <groupId>hsqldb</groupId>
  657. <artifactId>hsqldb</artifactId>
  658. <version>1.8.0.7</version>
  659. </dependency>
  660. <dependency>
  661. <groupId>commons-logging</groupId>
  662. <artifactId>commons-logging</artifactId>
  663. <version>1.1.1</version>
  664. </dependency>
  665. <dependency>
  666. <groupId>commons-codec</groupId>
  667. <artifactId>commons-codec</artifactId>
  668. <version>1.3</version>
  669. </dependency>
  670. <dependency>
  671. <groupId>javax.servlet</groupId>
  672. <artifactId>servlet-api</artifactId>
  673. <version>2.4</version>
  674. <scope>provided</scope>
  675. </dependency>
  676. <dependency>
  677. <groupId>javax.servlet</groupId>
  678. <artifactId>jstl</artifactId>
  679. <version>${jstl.version}</version>
  680. <scope>runtime</scope>
  681. </dependency>
  682. <dependency>
  683. <groupId>taglibs</groupId>
  684. <artifactId>standard</artifactId>
  685. <version>${jstl.version}</version>
  686. <scope>runtime</scope>
  687. </dependency>
  688. </dependencies>
  689. </dependencyManagement>
  690. <properties>
  691. <pom.version.osgi>2.0.3.RELEASE</pom.version.osgi>
  692. <spring.version>2.5.5</spring.version>
  693. <spring.version.osgi>[2.5.5, 3.1.0)</spring.version.osgi>
  694. <jstl.version>1.1.2</jstl.version>
  695. <docbook.source>${basedir}/src/docbkx</docbook.source>
  696. <docbook.target>${basedir}/target/site/guide</docbook.target>
  697. </properties>
  698. </project>