diff options
| -rw-r--r-- | id/server/idserverlib/pom.xml | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 0d98d1dc7..093ca2ddc 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -73,6 +73,10 @@              <groupId>httpsclient</groupId>              <artifactId>httpsclient</artifactId>          </dependency> +        <dependency>
 +            <groupId>jaxen</groupId>
 +            <artifactId>jaxen</artifactId>
 +        </dependency>
          <dependency>              <groupId>MOA</groupId>              <artifactId>moa-common</artifactId> @@ -131,7 +135,7 @@                          <tag>                              <name>post</name>                              <placement>a</placement> -                            <head>Postconfitions:</head> +                            <head>Postconditions:</head>                          </tag>                      </tags>                      <link>http://java.sun.com/j2se/1.4/docs/api/</link> | 
