freemarkerdor/pom.xml
changeset 278 3a472605338f
parent 258 935118a5831a
child 288 61a4abd3f362
     1.1 --- a/freemarkerdor/pom.xml	Sun Sep 12 00:06:44 2010 +0200
     1.2 +++ b/freemarkerdor/pom.xml	Thu Nov 25 23:08:20 2010 +0100
     1.3 @@ -86,6 +86,17 @@
     1.4        <version>${statisticsVersion}</version>
     1.5        <scope>test</scope>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>org.openid4java</groupId>
     1.9 +      <artifactId>openid4java-server</artifactId>
    1.10 +      <version>0.9.5</version>
    1.11 +      <exclusions>
    1.12 +        <exclusion>
    1.13 +          <artifactId>xercesImpl</artifactId>
    1.14 +          <groupId>xerces</groupId>
    1.15 +        </exclusion>
    1.16 +      </exclusions>
    1.17 +    </dependency>
    1.18    </dependencies>
    1.19    <build>
    1.20      <plugins>