pom.xml 27 KB

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