pom.xml 32 KB

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