pom.xml 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849
  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. </plugin>
  323. <plugin>
  324. <groupId>org.apache.maven.plugins</groupId>
  325. <artifactId>maven-surefire-plugin</artifactId>
  326. <version>2.4.2</version>
  327. <configuration>
  328. <includes>
  329. <include>**/*Tests.class</include>
  330. </includes>
  331. <excludes>
  332. <exclude>**/Abstract*</exclude>
  333. </excludes>
  334. <forkMode>once</forkMode>
  335. <systemProperties>
  336. <!-- The working directory for the embedded apache Ldap test server -->
  337. <property>
  338. <name>apacheDSWorkDir</name>
  339. <value>
  340. ${basedir}/target/apacheds-work
  341. </value>
  342. </property>
  343. </systemProperties>
  344. </configuration>
  345. </plugin>
  346. <plugin>
  347. <groupId>org.apache.maven.plugins</groupId>
  348. <artifactId>maven-compiler-plugin</artifactId>
  349. <version>2.0.2</version>
  350. <configuration>
  351. <source>1.5</source>
  352. <target>1.5</target>
  353. </configuration>
  354. </plugin>
  355. <plugin>
  356. <groupId>org.apache.maven.plugins</groupId>
  357. <artifactId>maven-jar-plugin</artifactId>
  358. <version>2.1</version>
  359. <executions>
  360. <execution>
  361. <goals>
  362. <goal>test-jar</goal>
  363. </goals>
  364. <phase>package</phase>
  365. </execution>
  366. </executions>
  367. </plugin>
  368. <!--
  369. <plugin>
  370. <groupId>org.apache.maven.plugins</groupId>
  371. <artifactId>maven-source-plugin</artifactId>
  372. <version>2.0.3</version>
  373. <configuration>
  374. <attach>true</attach>
  375. </configuration>
  376. <executions>
  377. <execution>
  378. <goals>
  379. <goal>jar</goal>
  380. </goals>
  381. </execution>
  382. </executions>
  383. </plugin>
  384. -->
  385. <!-- Other -->
  386. <plugin>
  387. <groupId>org.apache.maven.plugins</groupId>
  388. <artifactId>maven-war-plugin</artifactId>
  389. <version>2.0.2</version>
  390. </plugin>
  391. <plugin>
  392. <groupId>org.apache.maven.plugins</groupId>
  393. <artifactId>maven-assembly-plugin</artifactId>
  394. <version>2.1</version>
  395. </plugin>
  396. <plugin>
  397. <groupId>org.apache.maven.plugins</groupId>
  398. <artifactId>maven-install-plugin</artifactId>
  399. <version>2.2</version>
  400. </plugin>
  401. <plugin>
  402. <groupId>org.apache.maven.plugins</groupId>
  403. <artifactId>maven-deploy-plugin</artifactId>
  404. <version>2.3</version>
  405. </plugin>
  406. <plugin>
  407. <groupId>org.apache.maven.plugins</groupId>
  408. <artifactId>maven-release-plugin</artifactId>
  409. <version>2.0-beta-7</version>
  410. <configuration>
  411. <tagBase>
  412. https://src.springframework.org/svn/spring-security/tags
  413. </tagBase>
  414. </configuration>
  415. </plugin>
  416. <!-- IDE -->
  417. <plugin>
  418. <groupId>org.apache.maven.plugins</groupId>
  419. <artifactId>maven-eclipse-plugin</artifactId>
  420. <version>2.5.1</version>
  421. <configuration>
  422. <downloadSources>true</downloadSources>
  423. <wtpversion>2.0</wtpversion>
  424. </configuration>
  425. </plugin>
  426. <plugin>
  427. <groupId>org.apache.maven.plugins</groupId>
  428. <artifactId>maven-idea-plugin</artifactId>
  429. <version>2.0</version>
  430. <configuration>
  431. <downloadSources>true</downloadSources>
  432. <!--<downloadJavadocs>true</downloadJavadocs>-->
  433. <dependenciesAsLibraries>
  434. true
  435. </dependenciesAsLibraries>
  436. </configuration>
  437. </plugin>
  438. <!-- Site -->
  439. <plugin>
  440. <groupId>org.apache.maven.plugins</groupId>
  441. <artifactId>maven-site-plugin</artifactId>
  442. <version>2.0</version>
  443. </plugin>
  444. <plugin>
  445. <groupId>com.agilejava.docbkx</groupId>
  446. <artifactId>docbkx-maven-plugin</artifactId>
  447. <version>2.0.7</version>
  448. <executions>
  449. <execution>
  450. <goals>
  451. <goal>generate-html</goal>
  452. <goal>generate-pdf</goal>
  453. </goals>
  454. <phase>pre-site</phase>
  455. </execution>
  456. </executions>
  457. <dependencies>
  458. <dependency>
  459. <groupId>org.docbook</groupId>
  460. <artifactId>docbook-xml</artifactId>
  461. <version>4.4</version>
  462. <scope>runtime</scope>
  463. </dependency>
  464. </dependencies>
  465. <configuration>
  466. <includes>springsecurity.xml</includes>
  467. <chunkedOutput>true</chunkedOutput>
  468. <htmlStylesheet>css/html.css</htmlStylesheet>
  469. <xincludeSupported>true</xincludeSupported>
  470. <htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
  471. <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
  472. <entities>
  473. <entity>
  474. <name>version</name>
  475. <value>${pom.version}</value>
  476. </entity>
  477. </entities>
  478. <postProcess>
  479. <copy todir="target/site/reference">
  480. <fileset dir="target/docbkx">
  481. <include name="**/*.html" />
  482. <include name="**/*.pdf" />
  483. </fileset>
  484. </copy>
  485. <copy todir="target/site/reference/html">
  486. <fileset dir="src/docbkx/resources">
  487. <include name="**/*.css" />
  488. <include name="**/*.png" />
  489. <include name="**/*.gif" />
  490. <include name="**/*.jpg" />
  491. </fileset>
  492. </copy>
  493. </postProcess>
  494. </configuration>
  495. </plugin>
  496. </plugins>
  497. </build>
  498. <reporting>
  499. <plugins>
  500. <plugin>
  501. <groupId>org.apache.maven.plugins</groupId>
  502. <artifactId>maven-surefire-report-plugin</artifactId>
  503. <version>2.4.2</version>
  504. <!--
  505. <configuration>
  506. <aggregate>true</aggregate>
  507. </configuration>
  508. -->
  509. </plugin>
  510. <plugin>
  511. <groupId>org.apache.maven.plugins</groupId>
  512. <artifactId>maven-jxr-plugin</artifactId>
  513. <configuration>
  514. <aggregate>true</aggregate>
  515. <excludes>
  516. <exclude>bigbank/**</exclude>
  517. </excludes>
  518. </configuration>
  519. </plugin>
  520. <!--
  521. <plugin>
  522. <groupId>org.apache.maven.plugins</groupId>
  523. <artifactId>maven-checkstyle-plugin</artifactId>
  524. <configuration>
  525. <configLocation>
  526. acegi_checkstyle.xml
  527. </configLocation>
  528. </configuration>
  529. </plugin>
  530. -->
  531. <plugin>
  532. <groupId>org.codehaus.mojo</groupId>
  533. <artifactId>cobertura-maven-plugin</artifactId>
  534. <version>2.2</version>
  535. </plugin>
  536. <plugin>
  537. <groupId>org.apache.maven.plugins</groupId>
  538. <artifactId>maven-javadoc-plugin</artifactId>
  539. <version>2.5</version>
  540. <configuration>
  541. <excludePackageNames>sample:bigbank:zzz</excludePackageNames>
  542. <breakiterator>true</breakiterator>
  543. <aggregate>true</aggregate>
  544. <links>
  545. <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
  546. <link>http://static.springframework.org/spring/docs/3.0.x/javadoc-api/</link>
  547. <link>http://commons.apache.org/httpclient/apidocs/</link>
  548. <link>http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/</link>
  549. <link>http://tomcat.apache.org/tomcat-5.5-doc/servletapi/</link>
  550. </links>
  551. </configuration>
  552. <reportSets>
  553. <reportSet>
  554. <reports>
  555. <report>javadoc</report>
  556. </reports>
  557. </reportSet>
  558. </reportSets>
  559. </plugin>
  560. <plugin>
  561. <groupId>org.codehaus.mojo</groupId>
  562. <artifactId>taglist-maven-plugin</artifactId>
  563. </plugin>
  564. <plugin>
  565. <groupId>org.apache.maven.plugins</groupId>
  566. <artifactId>maven-project-info-reports-plugin</artifactId>
  567. <version>2.0.1</version>
  568. <!--
  569. <reportSets>
  570. <reportSet>
  571. <reports>
  572. <report>dependencies</report>
  573. <report>project-team</report>
  574. <report>mailing-list</report>
  575. <report>issue-tracking</report>
  576. <report>license</report>
  577. </reports>
  578. </reportSet>
  579. </reportSets>
  580. -->
  581. </plugin>
  582. </plugins>
  583. </reporting>
  584. <dependencyManagement>
  585. <dependencies>
  586. <dependency>
  587. <groupId>org.springframework</groupId>
  588. <artifactId>org.springframework.core</artifactId>
  589. <version>${spring.version}</version>
  590. <exclusions>
  591. <exclusion>
  592. <groupId>org.apache.commons</groupId>
  593. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  594. </exclusion>
  595. </exclusions>
  596. </dependency>
  597. <dependency>
  598. <groupId>org.springframework</groupId>
  599. <artifactId>org.springframework.expression</artifactId>
  600. <version>${spring.version}</version>
  601. <exclusions>
  602. <exclusion>
  603. <groupId>org.apache.commons</groupId>
  604. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  605. </exclusion>
  606. <!--
  607. <exclusion>
  608. <groupId>org.antlr</groupId>
  609. <artifactId>com.springsource.org.antlr</artifactId>
  610. </exclusion>
  611. -->
  612. </exclusions>
  613. <optional>true</optional>
  614. </dependency>
  615. <dependency>
  616. <groupId>org.springframework</groupId>
  617. <artifactId>org.springframework.test</artifactId>
  618. <version>${spring.version}</version>
  619. <exclusions>
  620. <exclusion>
  621. <groupId>org.apache.commons</groupId>
  622. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  623. </exclusion>
  624. </exclusions>
  625. </dependency>
  626. <dependency>
  627. <groupId>org.springframework</groupId>
  628. <artifactId>org.springframework.jdbc</artifactId>
  629. <version>${spring.version}</version>
  630. <exclusions>
  631. <exclusion>
  632. <groupId>org.apache.commons</groupId>
  633. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  634. </exclusion>
  635. </exclusions>
  636. </dependency>
  637. <dependency>
  638. <groupId>org.springframework</groupId>
  639. <artifactId>org.springframework.transaction</artifactId>
  640. <version>${spring.version}</version>
  641. <exclusions>
  642. <exclusion>
  643. <groupId>org.apache.commons</groupId>
  644. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  645. </exclusion>
  646. </exclusions>
  647. </dependency>
  648. <dependency>
  649. <groupId>org.springframework</groupId>
  650. <artifactId>org.springframework.aop</artifactId>
  651. <version>${spring.version}</version>
  652. <exclusions>
  653. <exclusion>
  654. <groupId>org.apache.commons</groupId>
  655. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  656. </exclusion>
  657. </exclusions>
  658. </dependency>
  659. <dependency>
  660. <groupId>org.springframework</groupId>
  661. <artifactId>org.springframework.context</artifactId>
  662. <version>${spring.version}</version>
  663. <exclusions>
  664. <exclusion>
  665. <groupId>org.apache.commons</groupId>
  666. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  667. </exclusion>
  668. </exclusions>
  669. </dependency>
  670. <dependency>
  671. <groupId>org.springframework</groupId>
  672. <artifactId>org.springframework.context.support</artifactId>
  673. <version>${spring.version}</version>
  674. <exclusions>
  675. <exclusion>
  676. <groupId>org.apache.commons</groupId>
  677. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  678. </exclusion>
  679. </exclusions>
  680. </dependency>
  681. <dependency>
  682. <groupId>org.springframework</groupId>
  683. <artifactId>org.springframework.web</artifactId>
  684. <version>${spring.version}</version>
  685. <exclusions>
  686. <exclusion>
  687. <groupId>org.apache.commons</groupId>
  688. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  689. </exclusion>
  690. </exclusions>
  691. </dependency>
  692. <dependency>
  693. <groupId>org.springframework</groupId>
  694. <artifactId>org.springframework.web.servlet</artifactId>
  695. <version>${spring.version}</version>
  696. <exclusions>
  697. <exclusion>
  698. <groupId>org.apache.commons</groupId>
  699. <artifactId>com.springsource.org.apache.commons.logging</artifactId>
  700. </exclusion>
  701. </exclusions>
  702. </dependency>
  703. <dependency>
  704. <groupId>org.springframework.ldap</groupId>
  705. <artifactId>spring-ldap-core</artifactId>
  706. <version>1.3.0.RELEASE</version>
  707. <exclusions>
  708. <exclusion>
  709. <groupId>org.springframework</groupId>
  710. <artifactId>spring-core</artifactId>
  711. </exclusion>
  712. <exclusion>
  713. <groupId>org.springframework</groupId>
  714. <artifactId>spring-tx</artifactId>
  715. </exclusion>
  716. <exclusion>
  717. <groupId>org.springframework</groupId>
  718. <artifactId>spring-beans</artifactId>
  719. </exclusion>
  720. <exclusion>
  721. <groupId>commons-logging</groupId>
  722. <artifactId>commons-logging</artifactId>
  723. </exclusion>
  724. </exclusions>
  725. </dependency>
  726. <dependency>
  727. <groupId>org.aspectj</groupId>
  728. <artifactId>com.springsource.org.aspectj.runtime</artifactId>
  729. <version>1.6.2.RELEASE</version>
  730. </dependency>
  731. <dependency>
  732. <groupId>org.aspectj</groupId>
  733. <artifactId>com.springsource.org.aspectj.weaver</artifactId>
  734. <version>1.6.2.RELEASE</version>
  735. </dependency>
  736. <!-- Used by SPEL
  737. <dependency>
  738. <groupId>org.antlr</groupId>
  739. <artifactId>antlr</artifactId>
  740. <version>3.0.1</version>
  741. <optional>true</optional>
  742. <scope>runtime</scope>
  743. </dependency>
  744. -->
  745. <dependency>
  746. <!-- Required by SPEL -->
  747. <groupId>asm</groupId>
  748. <artifactId>asm-all</artifactId>
  749. <version>2.2.3</version>
  750. <optional>true</optional>
  751. <scope>runtime</scope>
  752. </dependency>
  753. <dependency>
  754. <groupId>cglib</groupId>
  755. <artifactId>cglib-nodep</artifactId>
  756. <scope>test</scope>
  757. <optional>true</optional>
  758. <version>2.1_3</version>
  759. </dependency>
  760. <dependency>
  761. <groupId>net.sf.ehcache</groupId>
  762. <artifactId>ehcache</artifactId>
  763. <version>1.4.1</version>
  764. </dependency>
  765. <dependency>
  766. <groupId>commons-collections</groupId>
  767. <artifactId>commons-collections</artifactId>
  768. <version>3.2</version>
  769. </dependency>
  770. <dependency>
  771. <groupId>org.apache.tomcat</groupId>
  772. <artifactId>annotations-api</artifactId>
  773. <version>6.0.14</version>
  774. </dependency>
  775. <dependency>
  776. <groupId>hsqldb</groupId>
  777. <artifactId>hsqldb</artifactId>
  778. <version>1.8.0.7</version>
  779. <scope>runtime</scope>
  780. </dependency>
  781. <dependency>
  782. <groupId>commons-logging</groupId>
  783. <artifactId>commons-logging</artifactId>
  784. <version>1.1.1</version>
  785. <optional>true</optional>
  786. </dependency>
  787. <dependency>
  788. <groupId>commons-codec</groupId>
  789. <artifactId>commons-codec</artifactId>
  790. <version>1.3</version>
  791. </dependency>
  792. <dependency>
  793. <groupId>javax.servlet</groupId>
  794. <artifactId>servlet-api</artifactId>
  795. <version>2.4</version>
  796. <scope>provided</scope>
  797. </dependency>
  798. <dependency>
  799. <groupId>javax.servlet</groupId>
  800. <artifactId>jstl</artifactId>
  801. <version>${jstl.version}</version>
  802. <scope>runtime</scope>
  803. </dependency>
  804. <dependency>
  805. <groupId>taglibs</groupId>
  806. <artifactId>standard</artifactId>
  807. <version>${jstl.version}</version>
  808. <scope>runtime</scope>
  809. </dependency>
  810. <dependency>
  811. <groupId>log4j</groupId>
  812. <artifactId>log4j</artifactId>
  813. <version>1.2.14</version> <!-- 1.2.15 has some JMX dependencies we don't want in its POM -->
  814. <optional>true</optional>
  815. <scope>runtime</scope>
  816. </dependency>
  817. </dependencies>
  818. </dependencyManagement>
  819. <properties>
  820. <spring.version>3.0.0.M2</spring.version>
  821. <jstl.version>1.1.2</jstl.version>
  822. <jetty.version>6.1.15</jetty.version>
  823. <docbook.source>${basedir}/src/docbkx</docbook.source>
  824. <docbook.target>${basedir}/target/site/guide</docbook.target>
  825. </properties>
  826. </project>