freemarkerdor/pom.xml
branchstatistics-and-elo
changeset 178 4b78d4f028b3
parent 176 700003474749
child 183 c5b02e84ea84
     1.1 --- a/freemarkerdor/pom.xml	Mon Dec 28 08:30:11 2009 +0100
     1.2 +++ b/freemarkerdor/pom.xml	Thu Jan 07 22:34:17 2010 +0100
     1.3 @@ -71,6 +71,12 @@
     1.4        <artifactId>freemarker</artifactId>
     1.5        <version>2.3.8</version>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>${project.groupId}</groupId>
     1.9 +      <artifactId>statistics</artifactId>
    1.10 +      <version>1.0</version>
    1.11 +      <scope>test</scope>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14    <build>
    1.15      <plugins>
    1.16 @@ -126,3 +132,4 @@
    1.17  
    1.18  
    1.19  
    1.20 +