pom.xml 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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-messaging</artifactId>
  6. <version>4.2.13.RELEASE</version>
  7. <name>spring-security-messaging</name>
  8. <description>spring-security-messaging</description>
  9. <url>https://spring.io/spring-security</url>
  10. <organization>
  11. <name>spring.io</name>
  12. <url>https://spring.io/</url>
  13. </organization>
  14. <licenses>
  15. <license>
  16. <name>The Apache Software License, Version 2.0</name>
  17. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  18. <distribution>repo</distribution>
  19. </license>
  20. </licenses>
  21. <developers>
  22. <developer>
  23. <id>rwinch</id>
  24. <name>Rob Winch</name>
  25. <email>rwinch@gopivotal.com</email>
  26. </developer>
  27. </developers>
  28. <scm>
  29. <connection>scm:git:git://github.com/spring-projects/spring-security</connection>
  30. <developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
  31. <url>https://github.com/spring-projects/spring-security</url>
  32. </scm>
  33. <dependencyManagement>
  34. <dependencies>
  35. <dependency>
  36. <groupId>org.springframework</groupId>
  37. <artifactId>spring-framework-bom</artifactId>
  38. <version>4.3.23.RELEASE</version>
  39. <type>pom</type>
  40. <scope>import</scope>
  41. </dependency>
  42. </dependencies>
  43. </dependencyManagement>
  44. <dependencies>
  45. <dependency>
  46. <groupId>aopalliance</groupId>
  47. <artifactId>aopalliance</artifactId>
  48. <version>1.0</version>
  49. <scope>compile</scope>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.springframework.security</groupId>
  53. <artifactId>spring-security-core</artifactId>
  54. <version>4.2.13.RELEASE</version>
  55. <scope>compile</scope>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.springframework</groupId>
  59. <artifactId>spring-beans</artifactId>
  60. <scope>compile</scope>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.springframework</groupId>
  64. <artifactId>spring-context</artifactId>
  65. <scope>compile</scope>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.springframework</groupId>
  69. <artifactId>spring-core</artifactId>
  70. <scope>compile</scope>
  71. <exclusions>
  72. <exclusion>
  73. <artifactId>commons-logging</artifactId>
  74. <groupId>commons-logging</groupId>
  75. </exclusion>
  76. </exclusions>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.springframework</groupId>
  80. <artifactId>spring-expression</artifactId>
  81. <scope>compile</scope>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.springframework</groupId>
  85. <artifactId>spring-messaging</artifactId>
  86. <scope>compile</scope>
  87. </dependency>
  88. <dependency>
  89. <groupId>commons-logging</groupId>
  90. <artifactId>commons-logging</artifactId>
  91. <version>1.2</version>
  92. <scope>compile</scope>
  93. <optional>true</optional>
  94. </dependency>
  95. <dependency>
  96. <groupId>javax.servlet</groupId>
  97. <artifactId>javax.servlet-api</artifactId>
  98. <version>3.1.0</version>
  99. <scope>compile</scope>
  100. <optional>true</optional>
  101. </dependency>
  102. <dependency>
  103. <groupId>org.springframework.security</groupId>
  104. <artifactId>spring-security-web</artifactId>
  105. <version>4.2.13.RELEASE</version>
  106. <scope>compile</scope>
  107. <optional>true</optional>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.springframework</groupId>
  111. <artifactId>spring-websocket</artifactId>
  112. <scope>compile</scope>
  113. <optional>true</optional>
  114. </dependency>
  115. <dependency>
  116. <groupId>ch.qos.logback</groupId>
  117. <artifactId>logback-classic</artifactId>
  118. <version>1.1.11</version>
  119. <scope>test</scope>
  120. </dependency>
  121. <dependency>
  122. <groupId>commons-codec</groupId>
  123. <artifactId>commons-codec</artifactId>
  124. <version>1.12</version>
  125. <scope>test</scope>
  126. </dependency>
  127. <dependency>
  128. <groupId>junit</groupId>
  129. <artifactId>junit</artifactId>
  130. <version>4.12</version>
  131. <scope>test</scope>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.assertj</groupId>
  135. <artifactId>assertj-core</artifactId>
  136. <version>2.2.0</version>
  137. <scope>test</scope>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.codehaus.groovy</groupId>
  141. <artifactId>groovy-all</artifactId>
  142. <version>2.4.4</version>
  143. <scope>test</scope>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.hsqldb</groupId>
  147. <artifactId>hsqldb</artifactId>
  148. <version>2.3.6</version>
  149. <scope>test</scope>
  150. </dependency>
  151. <dependency>
  152. <groupId>org.mockito</groupId>
  153. <artifactId>mockito-core</artifactId>
  154. <version>1.10.19</version>
  155. <scope>test</scope>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.powermock</groupId>
  159. <artifactId>powermock-api-mockito</artifactId>
  160. <version>1.6.5</version>
  161. <scope>test</scope>
  162. <exclusions>
  163. <exclusion>
  164. <artifactId>mockito-all</artifactId>
  165. <groupId>org.mockito</groupId>
  166. </exclusion>
  167. </exclusions>
  168. </dependency>
  169. <dependency>
  170. <groupId>org.powermock</groupId>
  171. <artifactId>powermock-api-support</artifactId>
  172. <version>1.6.5</version>
  173. <scope>test</scope>
  174. </dependency>
  175. <dependency>
  176. <groupId>org.powermock</groupId>
  177. <artifactId>powermock-core</artifactId>
  178. <version>1.6.5</version>
  179. <scope>test</scope>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.powermock</groupId>
  183. <artifactId>powermock-module-junit4</artifactId>
  184. <version>1.6.5</version>
  185. <scope>test</scope>
  186. </dependency>
  187. <dependency>
  188. <groupId>org.powermock</groupId>
  189. <artifactId>powermock-module-junit4-common</artifactId>
  190. <version>1.6.5</version>
  191. <scope>test</scope>
  192. </dependency>
  193. <dependency>
  194. <groupId>org.powermock</groupId>
  195. <artifactId>powermock-reflect</artifactId>
  196. <version>1.6.5</version>
  197. <scope>test</scope>
  198. </dependency>
  199. <dependency>
  200. <groupId>org.slf4j</groupId>
  201. <artifactId>jcl-over-slf4j</artifactId>
  202. <version>1.7.25</version>
  203. <scope>test</scope>
  204. </dependency>
  205. <dependency>
  206. <groupId>org.spockframework</groupId>
  207. <artifactId>spock-core</artifactId>
  208. <version>0.7-groovy-2.0</version>
  209. <scope>test</scope>
  210. <exclusions>
  211. <exclusion>
  212. <artifactId>junit-dep</artifactId>
  213. <groupId>junit</groupId>
  214. </exclusion>
  215. </exclusions>
  216. </dependency>
  217. <dependency>
  218. <groupId>org.spockframework</groupId>
  219. <artifactId>spock-spring</artifactId>
  220. <version>0.7-groovy-2.0</version>
  221. <scope>test</scope>
  222. <exclusions>
  223. <exclusion>
  224. <artifactId>junit-dep</artifactId>
  225. <groupId>junit</groupId>
  226. </exclusion>
  227. </exclusions>
  228. </dependency>
  229. <dependency>
  230. <groupId>org.springframework</groupId>
  231. <artifactId>spring-test</artifactId>
  232. <scope>test</scope>
  233. </dependency>
  234. </dependencies>
  235. <build>
  236. <plugins>
  237. <plugin>
  238. <artifactId>maven-compiler-plugin</artifactId>
  239. <configuration>
  240. <source>1.7</source>
  241. <target>1.7</target>
  242. </configuration>
  243. </plugin>
  244. </plugins>
  245. </build>
  246. </project>