pom.xml 29 KB

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