pom.xml 29 KB

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