pom.xml 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>org.springframework.security</groupId>
  5. <artifactId>spring-security-samples-ldap-jc</artifactId>
  6. <version>4.0.0.CI-SNAPSHOT</version>
  7. <packaging>war</packaging>
  8. <name>spring-security-samples-ldap-jc</name>
  9. <description>spring-security-samples-ldap-jc</description>
  10. <url>http://spring.io/spring-security</url>
  11. <organization>
  12. <name>spring.io</name>
  13. <url>http://spring.io/</url>
  14. </organization>
  15. <licenses>
  16. <license>
  17. <name>The Apache Software License, Version 2.0</name>
  18. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  19. <distribution>repo</distribution>
  20. </license>
  21. </licenses>
  22. <developers>
  23. <developer>
  24. <id>rwinch</id>
  25. <name>Rob Winch</name>
  26. <email>rwinch@gopivotal.com</email>
  27. </developer>
  28. </developers>
  29. <scm>
  30. <connection>scm:git:git://github.com/spring-projects/spring-security</connection>
  31. <developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
  32. <url>https://github.com/spring-projects/spring-security</url>
  33. </scm>
  34. <repositories>
  35. <repository>
  36. <id>spring-snasphot</id>
  37. <url>https://repo.spring.io/snapshot</url>
  38. </repository>
  39. </repositories>
  40. <dependencies>
  41. <dependency>
  42. <groupId>javax.servlet.jsp.jstl</groupId>
  43. <artifactId>javax.servlet.jsp.jstl-api</artifactId>
  44. <version>1.2.1</version>
  45. <scope>compile</scope>
  46. </dependency>
  47. <dependency>
  48. <groupId>javax.validation</groupId>
  49. <artifactId>validation-api</artifactId>
  50. <version>1.0.0.GA</version>
  51. <scope>compile</scope>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.apache.directory.server</groupId>
  55. <artifactId>apacheds-core</artifactId>
  56. <version>1.5.5</version>
  57. <scope>compile</scope>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.apache.directory.server</groupId>
  61. <artifactId>apacheds-core-entry</artifactId>
  62. <version>1.5.5</version>
  63. <scope>compile</scope>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.apache.directory.server</groupId>
  67. <artifactId>apacheds-protocol-ldap</artifactId>
  68. <version>1.5.5</version>
  69. <scope>compile</scope>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.apache.directory.server</groupId>
  73. <artifactId>apacheds-protocol-shared</artifactId>
  74. <version>1.5.5</version>
  75. <scope>compile</scope>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.apache.directory.server</groupId>
  79. <artifactId>apacheds-server-jndi</artifactId>
  80. <version>1.5.5</version>
  81. <scope>compile</scope>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.apache.directory.shared</groupId>
  85. <artifactId>shared-ldap</artifactId>
  86. <version>0.9.15</version>
  87. <scope>compile</scope>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.hibernate</groupId>
  91. <artifactId>hibernate-validator</artifactId>
  92. <version>4.2.0.Final</version>
  93. <scope>compile</scope>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.slf4j</groupId>
  97. <artifactId>jcl-over-slf4j</artifactId>
  98. <version>1.7.7</version>
  99. <scope>compile</scope>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.slf4j</groupId>
  103. <artifactId>jul-to-slf4j</artifactId>
  104. <version>1.7.7</version>
  105. <scope>compile</scope>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.slf4j</groupId>
  109. <artifactId>log4j-over-slf4j</artifactId>
  110. <version>1.7.7</version>
  111. <scope>compile</scope>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.slf4j</groupId>
  115. <artifactId>slf4j-api</artifactId>
  116. <version>1.7.7</version>
  117. <scope>compile</scope>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.springframework.security</groupId>
  121. <artifactId>spring-security-config</artifactId>
  122. <version>4.0.0.CI-SNAPSHOT</version>
  123. <scope>compile</scope>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.springframework.security</groupId>
  127. <artifactId>spring-security-core</artifactId>
  128. <version>4.0.0.CI-SNAPSHOT</version>
  129. <scope>compile</scope>
  130. </dependency>
  131. <dependency>
  132. <groupId>org.springframework.security</groupId>
  133. <artifactId>spring-security-ldap</artifactId>
  134. <version>4.0.0.CI-SNAPSHOT</version>
  135. <scope>compile</scope>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.springframework.security</groupId>
  139. <artifactId>spring-security-samples-messages-jc</artifactId>
  140. <version>4.0.0.CI-SNAPSHOT</version>
  141. <scope>compile</scope>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.springframework.security</groupId>
  145. <artifactId>spring-security-web</artifactId>
  146. <version>4.0.0.CI-SNAPSHOT</version>
  147. <scope>compile</scope>
  148. </dependency>
  149. <dependency>
  150. <groupId>org.springframework</groupId>
  151. <artifactId>spring-jdbc</artifactId>
  152. <version>4.1.5.RELEASE</version>
  153. <scope>compile</scope>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.springframework</groupId>
  157. <artifactId>spring-webmvc</artifactId>
  158. <version>4.1.5.RELEASE</version>
  159. <scope>compile</scope>
  160. </dependency>
  161. <dependency>
  162. <groupId>commons-logging</groupId>
  163. <artifactId>commons-logging</artifactId>
  164. <version>1.2</version>
  165. <scope>compile</scope>
  166. <optional>true</optional>
  167. </dependency>
  168. <dependency>
  169. <groupId>javax.servlet.jsp</groupId>
  170. <artifactId>jsp-api</artifactId>
  171. <version>2.1</version>
  172. <scope>provided</scope>
  173. </dependency>
  174. <dependency>
  175. <groupId>javax.servlet</groupId>
  176. <artifactId>javax.servlet-api</artifactId>
  177. <version>3.0.1</version>
  178. <scope>provided</scope>
  179. </dependency>
  180. <dependency>
  181. <groupId>cglib</groupId>
  182. <artifactId>cglib-nodep</artifactId>
  183. <version>3.1</version>
  184. <scope>runtime</scope>
  185. </dependency>
  186. <dependency>
  187. <groupId>ch.qos.logback</groupId>
  188. <artifactId>logback-classic</artifactId>
  189. <version>0.9.30</version>
  190. <scope>runtime</scope>
  191. </dependency>
  192. <dependency>
  193. <groupId>opensymphony</groupId>
  194. <artifactId>sitemesh</artifactId>
  195. <version>2.4.2</version>
  196. <scope>runtime</scope>
  197. </dependency>
  198. <dependency>
  199. <groupId>ch.qos.logback</groupId>
  200. <artifactId>logback-classic</artifactId>
  201. <version>1.1.2</version>
  202. <scope>test</scope>
  203. </dependency>
  204. <dependency>
  205. <groupId>commons-httpclient</groupId>
  206. <artifactId>commons-httpclient</artifactId>
  207. <version>3.1</version>
  208. <scope>test</scope>
  209. </dependency>
  210. <dependency>
  211. <groupId>junit</groupId>
  212. <artifactId>junit</artifactId>
  213. <version>4.11</version>
  214. <scope>test</scope>
  215. </dependency>
  216. <dependency>
  217. <groupId>org.codehaus.groovy</groupId>
  218. <artifactId>groovy</artifactId>
  219. <version>2.3.8</version>
  220. <scope>test</scope>
  221. </dependency>
  222. <dependency>
  223. <groupId>org.easytesting</groupId>
  224. <artifactId>fest-assert</artifactId>
  225. <version>1.4</version>
  226. <scope>test</scope>
  227. </dependency>
  228. <dependency>
  229. <groupId>org.gebish</groupId>
  230. <artifactId>geb-spock</artifactId>
  231. <version>0.10.0</version>
  232. <scope>test</scope>
  233. </dependency>
  234. <dependency>
  235. <groupId>org.mockito</groupId>
  236. <artifactId>mockito-core</artifactId>
  237. <version>1.9.5</version>
  238. <scope>test</scope>
  239. </dependency>
  240. <dependency>
  241. <groupId>org.seleniumhq.selenium</groupId>
  242. <artifactId>selenium-htmlunit-driver</artifactId>
  243. <version>2.44.0</version>
  244. <scope>test</scope>
  245. </dependency>
  246. <dependency>
  247. <groupId>org.spockframework</groupId>
  248. <artifactId>spock-core</artifactId>
  249. <version>0.7-groovy-2.0</version>
  250. <scope>test</scope>
  251. <exclusions>
  252. <exclusion>
  253. <artifactId>junit-dep</artifactId>
  254. <groupId>junit</groupId>
  255. </exclusion>
  256. </exclusions>
  257. </dependency>
  258. <dependency>
  259. <groupId>org.spockframework</groupId>
  260. <artifactId>spock-spring</artifactId>
  261. <version>0.7-groovy-2.0</version>
  262. <scope>test</scope>
  263. <exclusions>
  264. <exclusion>
  265. <artifactId>junit-dep</artifactId>
  266. <groupId>junit</groupId>
  267. </exclusion>
  268. </exclusions>
  269. </dependency>
  270. <dependency>
  271. <groupId>org.springframework</groupId>
  272. <artifactId>spring-test</artifactId>
  273. <version>4.1.5.RELEASE</version>
  274. <scope>test</scope>
  275. </dependency>
  276. </dependencies>
  277. <properties>
  278. <m2eclipse.wtp.contextRoot>/sample</m2eclipse.wtp.contextRoot>
  279. </properties>
  280. <build>
  281. <plugins>
  282. <plugin>
  283. <artifactId>maven-compiler-plugin</artifactId>
  284. <configuration>
  285. <source>1.7</source>
  286. <target>1.7</target>
  287. </configuration>
  288. </plugin>
  289. <plugin>
  290. <artifactId>maven-war-plugin</artifactId>
  291. <version>2.3</version>
  292. <configuration>
  293. <failOnMissingWebXml>false</failOnMissingWebXml>
  294. </configuration>
  295. </plugin>
  296. </plugins>
  297. </build>
  298. </project>