pom.xml 28 KB

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