pom.xml 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. 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. <parent>
  5. <groupId>org.acegisecurity</groupId>
  6. <artifactId>acegi-security-sandbox</artifactId>
  7. <version>1.0.6-SNAPSHOT</version>
  8. </parent>
  9. <artifactId>acegi-security-openid</artifactId>
  10. <name>Acegi Security System for Spring - OpenID support</name>
  11. <description>Acegi Security System for Spring - Support for OpenID</description>
  12. <version>0.1-SNAPSHOT</version>
  13. <repositories>
  14. <repository>
  15. <id>AcegiMaven</id>
  16. <name>Acegi 3rd party repository</name>
  17. <url>http://acegisecurity.sourceforge.net/maven</url>
  18. <releases>
  19. <enabled>true</enabled>
  20. </releases>
  21. </repository>
  22. </repositories>
  23. <scm>
  24. <connection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity/sandbox/openid
  25. </connection>
  26. <developerConnection>
  27. scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity/sandbox/openid
  28. </developerConnection>
  29. <url>http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/sandbox/openid/</url>
  30. </scm>
  31. <dependencies>
  32. <dependency>
  33. <groupId>org.springframework</groupId>
  34. <artifactId>spring-core</artifactId>
  35. <optional>true</optional>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.springframework</groupId>
  39. <artifactId>spring-web</artifactId>
  40. <optional>true</optional>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springframework</groupId>
  44. <artifactId>spring-mock</artifactId>
  45. <optional>true</optional>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.openid4java</groupId>
  49. <artifactId>openid4java</artifactId>
  50. <version>0.9.2</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.janrain</groupId>
  54. <artifactId>Janrain-Openid</artifactId>
  55. <version>20070226</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>gnu</groupId>
  59. <artifactId>libidn</artifactId>
  60. <version>0.6.3</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.apache.geronimo.specs</groupId>
  64. <artifactId>geronimo-servlet_2.4_spec</artifactId>
  65. <version>1.1.1</version>
  66. <scope>compile</scope>
  67. <optional>true</optional>
  68. </dependency>
  69. <!--
  70. <dependency>
  71. <groupId>javax.servlet</groupId>
  72. <artifactId>servlet-api</artifactId>
  73. <version>2.4</version>
  74. <scope>provided</scope>
  75. </dependency>
  76. -->
  77. <!--openid4java dependencies-->
  78. <!--
  79. <dependency>
  80. <groupId>commons-codec</groupId>
  81. <artifactId>commons-codec</artifactId>
  82. <version>1.3</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>commons-httpclient</groupId>
  86. <artifactId>commons-httpclient</artifactId>
  87. <version>3.0.1</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>commons-logging</groupId>
  91. <artifactId>commons-logging</artifactId>
  92. <version>1.1</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>org.htmlparser</groupId>
  96. <artifactId>htmlparser</artifactId>
  97. <version>1.6</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.ibm.icu</groupId>
  101. <artifactId>icu4j</artifactId>
  102. <version>3.4.4</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>jug</groupId>
  106. <artifactId>jug</artifactId>
  107. <version>1.1</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>log4j</groupId>
  111. <artifactId>log4j</artifactId>
  112. <version>1.2.14</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.openxri</groupId>
  116. <artifactId>openxri-client</artifactId>
  117. <version>1.0.1</version>
  118. <scope>system</scope>
  119. <systemPath>${basedir}/lib/openxri-client.jar</systemPath>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.openxri</groupId>
  123. <artifactId>openxri-syntax</artifactId>
  124. <version>1.0.1</version>
  125. <scope>system</scope>
  126. <systemPath>${basedir}/lib/openxri-syntax.jar</systemPath>
  127. </dependency>
  128. <dependency>
  129. <groupId>org.springframework</groupId>
  130. <artifactId>spring</artifactId>
  131. <version>2.0.3</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>xml-security</groupId>
  135. <artifactId>xmlsec</artifactId>
  136. <version>1.3.0</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>net.sf.ehcache</groupId>
  140. <artifactId>ehcache</artifactId>
  141. <version>1.2.3</version>
  142. </dependency>
  143. <dependency>
  144. <groupId>jdom</groupId>
  145. <artifactId>jdom</artifactId>
  146. <version>1.0</version>
  147. <scope>test</scope>
  148. </dependency>
  149. <dependency>
  150. <groupId>jetty</groupId>
  151. <artifactId>jetty</artifactId>
  152. <version>6.0.2</version>
  153. <scope>test</scope>
  154. </dependency>
  155. <dependency>
  156. <groupId>jetty</groupId>
  157. <artifactId>jetty-util</artifactId>
  158. <version>6.0.2</version>
  159. <scope>test</scope>
  160. </dependency>
  161. <dependency>
  162. <groupId>xerces</groupId>
  163. <artifactId>xercesImpl</artifactId>
  164. <version>2.8.1</version>
  165. <scope>test</scope>
  166. </dependency>
  167. -->
  168. </dependencies>
  169. <!--This doesn't even exist...-->
  170. <!--
  171. <build>
  172. <plugins>
  173. <plugin>
  174. <groupId>org.codehaus.mojo</groupId>
  175. <artifactId>jalopy-maven-plugin</artifactId>
  176. <version>1.0-SNAPSHOT</version>
  177. <configuration>
  178. <convention>../../jalopy.xml</convention>
  179. <failOnError>false</failOnError>
  180. </configuration>
  181. </plugin>
  182. </plugins>
  183. </build>
  184. -->
  185. </project>