pom.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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>itest-context</artifactId>
  6. <version>4.0.3.CI-SNAPSHOT</version>
  7. <name>itest-context</name>
  8. <description>itest-context</description>
  9. <url>http://spring.io/spring-security</url>
  10. <organization>
  11. <name>spring.io</name>
  12. <url>http://spring.io/</url>
  13. </organization>
  14. <licenses>
  15. <license>
  16. <name>The Apache Software License, Version 2.0</name>
  17. <url>http://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. <repositories>
  34. <repository>
  35. <id>spring-snapshot</id>
  36. <url>https://repo.spring.io/snapshot</url>
  37. </repository>
  38. </repositories>
  39. <dependencies>
  40. <dependency>
  41. <groupId>aopalliance</groupId>
  42. <artifactId>aopalliance</artifactId>
  43. <version>1.0</version>
  44. <scope>compile</scope>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.python</groupId>
  48. <artifactId>jython</artifactId>
  49. <version>2.5.0</version>
  50. <scope>compile</scope>
  51. </dependency>
  52. <dependency>
  53. <groupId>org.springframework.security</groupId>
  54. <artifactId>spring-security-core</artifactId>
  55. <version>4.0.3.CI-SNAPSHOT</version>
  56. <scope>compile</scope>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.springframework</groupId>
  60. <artifactId>spring-aop</artifactId>
  61. <scope>compile</scope>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework</groupId>
  65. <artifactId>spring-beans</artifactId>
  66. <scope>compile</scope>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.springframework</groupId>
  70. <artifactId>spring-context</artifactId>
  71. <scope>compile</scope>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.springframework</groupId>
  75. <artifactId>spring-tx</artifactId>
  76. <scope>compile</scope>
  77. </dependency>
  78. <dependency>
  79. <groupId>commons-logging</groupId>
  80. <artifactId>commons-logging</artifactId>
  81. <version>1.2</version>
  82. <scope>compile</scope>
  83. <optional>true</optional>
  84. </dependency>
  85. <dependency>
  86. <groupId>ch.qos.logback</groupId>
  87. <artifactId>logback-classic</artifactId>
  88. <version>1.1.2</version>
  89. <scope>test</scope>
  90. </dependency>
  91. <dependency>
  92. <groupId>javax.servlet</groupId>
  93. <artifactId>javax.servlet-api</artifactId>
  94. <version>3.0.1</version>
  95. <scope>test</scope>
  96. </dependency>
  97. <dependency>
  98. <groupId>junit</groupId>
  99. <artifactId>junit</artifactId>
  100. <version>4.11</version>
  101. <scope>test</scope>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.aspectj</groupId>
  105. <artifactId>aspectjweaver</artifactId>
  106. <version>1.8.4</version>
  107. <scope>test</scope>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.easytesting</groupId>
  111. <artifactId>fest-assert</artifactId>
  112. <version>1.4</version>
  113. <scope>test</scope>
  114. </dependency>
  115. <dependency>
  116. <groupId>org.mockito</groupId>
  117. <artifactId>mockito-core</artifactId>
  118. <version>1.10.19</version>
  119. <scope>test</scope>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.slf4j</groupId>
  123. <artifactId>jcl-over-slf4j</artifactId>
  124. <version>1.7.7</version>
  125. <scope>test</scope>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.springframework.security</groupId>
  129. <artifactId>spring-security-config</artifactId>
  130. <version>4.0.3.CI-SNAPSHOT</version>
  131. <scope>test</scope>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.springframework.security</groupId>
  135. <artifactId>spring-security-web</artifactId>
  136. <version>4.0.3.CI-SNAPSHOT</version>
  137. <scope>test</scope>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.springframework</groupId>
  141. <artifactId>spring-test</artifactId>
  142. <scope>test</scope>
  143. </dependency>
  144. <dependency>
  145. <groupId>org.springframework</groupId>
  146. <artifactId>spring-web</artifactId>
  147. <scope>test</scope>
  148. </dependency>
  149. </dependencies>
  150. <dependencyManagement>
  151. <dependencies>
  152. <dependency>
  153. <groupId>org.springframework</groupId>
  154. <artifactId>spring-framework-bom</artifactId>
  155. <version>4.1.6.RELEASE</version>
  156. <type>pom</type>
  157. <scope>import</scope>
  158. </dependency>
  159. </dependencies>
  160. </dependencyManagement>
  161. <build>
  162. <plugins>
  163. <plugin>
  164. <artifactId>maven-compiler-plugin</artifactId>
  165. <configuration>
  166. <source>1.7</source>
  167. <target>1.7</target>
  168. </configuration>
  169. </plugin>
  170. </plugins>
  171. </build>
  172. </project>