webidor/pom.xml
changeset 28 77f6d8bf0d6c
parent 27 77ddbc4ecf78
child 35 2e85dd878f04
     1.1 --- a/webidor/pom.xml	Sat May 30 08:10:23 2009 +0200
     1.2 +++ b/webidor/pom.xml	Sat May 30 14:54:31 2009 +0200
     1.3 @@ -35,11 +35,6 @@
     1.4        <scope>test</scope>
     1.5      </dependency>
     1.6      <dependency>
     1.7 -      <groupId>org.openid4java</groupId>
     1.8 -      <artifactId>openid4java</artifactId>
     1.9 -      <version>0.9.3</version>
    1.10 -    </dependency>
    1.11 -    <dependency>
    1.12        <groupId>org.springframework</groupId>
    1.13        <artifactId>spring-webmvc</artifactId>
    1.14        <version>2.5</version>
    1.15 @@ -50,44 +45,19 @@
    1.16        <version>2.5</version>
    1.17      </dependency>
    1.18      <dependency>
    1.19 -      <groupId>org.apache.struts</groupId>
    1.20 -      <artifactId>struts-core</artifactId>
    1.21 -      <version>1.3.8</version>
    1.22 -    </dependency>
    1.23 -    <dependency>
    1.24 -      <groupId>org.apache.struts</groupId>
    1.25 -      <artifactId>struts-el</artifactId>
    1.26 -      <version>1.3.8</version>
    1.27 -    </dependency>
    1.28 -    <dependency>
    1.29 -      <groupId>org.apache.struts</groupId>
    1.30 -      <artifactId>struts-extras</artifactId>
    1.31 -      <version>1.3.8</version>
    1.32 -    </dependency>
    1.33 -    <dependency>
    1.34 -      <groupId>org.apache.struts</groupId>
    1.35 -      <artifactId>struts-faces</artifactId>
    1.36 -      <version>1.3.8</version>
    1.37 -    </dependency>
    1.38 -    <dependency>
    1.39 -      <groupId>org.apache.struts</groupId>
    1.40 -      <artifactId>struts-mailreader-dao</artifactId>
    1.41 -      <version>1.3.8</version>
    1.42 -    </dependency>
    1.43 -    <dependency>
    1.44 -      <groupId>org.apache.struts</groupId>
    1.45 -      <artifactId>struts-scripting</artifactId>
    1.46 -      <version>1.3.8</version>
    1.47 -    </dependency>
    1.48 -    <dependency>
    1.49 -      <groupId>org.apache.struts</groupId>
    1.50 -      <artifactId>struts-taglib</artifactId>
    1.51 -      <version>1.3.8</version>
    1.52 -    </dependency>
    1.53 -    <dependency>
    1.54 -      <groupId>org.apache.struts</groupId>
    1.55 -      <artifactId>struts-tiles</artifactId>
    1.56 -      <version>1.3.8</version>
    1.57 +      <groupId>org.springframework.security</groupId>
    1.58 +      <artifactId>spring-security-openid</artifactId>
    1.59 +      <version>2.0.4</version>
    1.60 +      <exclusions>
    1.61 +        <exclusion>
    1.62 +          <artifactId>icu4j</artifactId>
    1.63 +          <groupId>com.ibm.icu</groupId>
    1.64 +        </exclusion>
    1.65 +        <exclusion>
    1.66 +          <artifactId>xml-apis</artifactId>
    1.67 +          <groupId>xml-apis</groupId>
    1.68 +        </exclusion>
    1.69 +      </exclusions>
    1.70      </dependency>
    1.71    </dependencies>
    1.72    <build>
    1.73 @@ -110,3 +80,6 @@
    1.74  </project>
    1.75  
    1.76  
    1.77 +
    1.78 +
    1.79 +