pom.xml 28 KB

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