pom.xml 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. <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">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>org.springframework.security</groupId>
  4. <artifactId>spring-security-itest</artifactId>
  5. <name>Spring Security - Integration Tests</name>
  6. <packaging>pom</packaging>
  7. <version>2.0.9.CI-SNAPSHOT</version>
  8. <modules>
  9. <module>web</module>
  10. <!-- module>webflow</module-->
  11. <module>context</module>
  12. </modules>
  13. <dependencies>
  14. <dependency>
  15. <groupId>org.springframework</groupId>
  16. <artifactId>spring</artifactId>
  17. <version>2.5.6.SEC02</version>
  18. <exclusions>
  19. <exclusion>
  20. <groupId>commons-logging</groupId>
  21. <artifactId>commons-logging</artifactId>
  22. </exclusion>
  23. </exclusions>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.springframework</groupId>
  27. <artifactId>spring-test</artifactId>
  28. <version>2.5.6.SEC02</version>
  29. <exclusions>
  30. <exclusion>
  31. <groupId>commons-logging</groupId>
  32. <artifactId>commons-logging</artifactId>
  33. </exclusion>
  34. </exclusions>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.springframework.security</groupId>
  38. <artifactId>spring-security-core</artifactId>
  39. <version>${project.version}</version>
  40. <exclusions>
  41. <exclusion>
  42. <groupId>org.springframework</groupId>
  43. <artifactId>spring-core</artifactId>
  44. </exclusion>
  45. <exclusion>
  46. <groupId>org.springframework</groupId>
  47. <artifactId>spring-context</artifactId>
  48. </exclusion>
  49. <exclusion>
  50. <groupId>org.springframework</groupId>
  51. <artifactId>spring-aop</artifactId>
  52. </exclusion>
  53. <exclusion>
  54. <groupId>org.springframework</groupId>
  55. <artifactId>spring-support</artifactId>
  56. </exclusion>
  57. <exclusion>
  58. <groupId>commons-logging</groupId>
  59. <artifactId>commons-logging</artifactId>
  60. </exclusion>
  61. </exclusions>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework.security</groupId>
  65. <artifactId>spring-security-core-tiger</artifactId>
  66. <version>${project.version}</version>
  67. <exclusions>
  68. <exclusion>
  69. <groupId>commons-logging</groupId>
  70. <artifactId>commons-logging</artifactId>
  71. </exclusion>
  72. </exclusions>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.aspectj</groupId>
  76. <artifactId>aspectjrt</artifactId>
  77. <version>1.6.1</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.aspectj</groupId>
  81. <artifactId>aspectjweaver</artifactId>
  82. <version>1.6.1</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.slf4j</groupId>
  86. <artifactId>slf4j-api</artifactId>
  87. <version>1.4.3</version>
  88. <scope>runtime</scope>
  89. </dependency>
  90. <dependency>
  91. <groupId>org.apache.directory.server</groupId>
  92. <artifactId>apacheds-core</artifactId>
  93. <version>1.0.2</version>
  94. <scope>runtime</scope>
  95. <exclusions>
  96. <exclusion>
  97. <groupId>commons-logging</groupId>
  98. <artifactId>commons-logging</artifactId>
  99. </exclusion>
  100. </exclusions>
  101. </dependency>
  102. <dependency>
  103. <groupId>org.apache.directory.server</groupId>
  104. <artifactId>apacheds-server-jndi</artifactId>
  105. <version>1.0.2</version>
  106. <scope>runtime</scope>
  107. <exclusions>
  108. <exclusion>
  109. <groupId>commons-logging</groupId>
  110. <artifactId>commons-logging</artifactId>
  111. </exclusion>
  112. </exclusions>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.springframework.ldap</groupId>
  116. <artifactId>spring-ldap</artifactId>
  117. <version>1.2.1</version>
  118. <scope>runtime</scope>
  119. <exclusions>
  120. <exclusion>
  121. <groupId>org.springframework</groupId>
  122. <artifactId>spring-core</artifactId>
  123. </exclusion>
  124. <exclusion>
  125. <groupId>org.springframework</groupId>
  126. <artifactId>spring-beans</artifactId>
  127. </exclusion>
  128. <exclusion>
  129. <groupId>commons-logging</groupId>
  130. <artifactId>commons-logging</artifactId>
  131. </exclusion>
  132. </exclusions>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.slf4j</groupId>
  136. <artifactId>slf4j-log4j12</artifactId>
  137. <version>1.4.3</version>
  138. <scope>runtime</scope>
  139. </dependency>
  140. <dependency>
  141. <groupId>org.slf4j</groupId>
  142. <artifactId>jcl104-over-slf4j</artifactId>
  143. <version>1.4.3</version>
  144. <scope>runtime</scope>
  145. </dependency>
  146. <dependency>
  147. <groupId>log4j</groupId>
  148. <artifactId>log4j</artifactId>
  149. <version>1.2.13</version>
  150. <scope>runtime</scope>
  151. </dependency>
  152. </dependencies>
  153. <build>
  154. <plugins>
  155. <plugin>
  156. <groupId>org.apache.maven.plugins</groupId>
  157. <artifactId>maven-compiler-plugin</artifactId>
  158. <configuration>
  159. <source>1.5</source>
  160. <target>1.5</target>
  161. </configuration>
  162. </plugin>
  163. <plugin>
  164. <groupId>org.apache.maven.plugins</groupId>
  165. <artifactId>maven-jar-plugin</artifactId>
  166. <version>2.1</version>
  167. <executions>
  168. <execution>
  169. <goals>
  170. <goal>test-jar</goal>
  171. </goals>
  172. <phase>package</phase>
  173. </execution>
  174. </executions>
  175. </plugin>
  176. <plugin>
  177. <groupId>org.apache.maven.plugins</groupId>
  178. <artifactId>maven-surefire-plugin</artifactId>
  179. <version>2.4.2</version>
  180. <configuration>
  181. <includes>
  182. <include>**/*Tests.class</include>
  183. </includes>
  184. <excludes>
  185. <exclude>**/Abstract*</exclude>
  186. </excludes>
  187. <forkMode>once</forkMode>
  188. <systemProperties>
  189. <!-- The working directory for the embedded apache Ldap test server -->
  190. <property>
  191. <name>apacheDSWorkDir</name>
  192. <value>
  193. ${basedir}/target/apacheds-work
  194. </value>
  195. </property>
  196. </systemProperties>
  197. </configuration>
  198. </plugin>
  199. </plugins>
  200. </build>
  201. <properties>
  202. <jetty.version>6.1.11</jetty.version>
  203. </properties>
  204. </project>