diff options
Diffstat (limited to 'spss/server/serverlib')
| -rw-r--r-- | spss/server/serverlib/pom.xml | 46 | 
1 files changed, 6 insertions, 40 deletions
| diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index 25cb8bade..5264b0a86 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -22,10 +22,6 @@        <groupId>axis</groupId>        <artifactId>axis</artifactId>      </dependency> -<!--    <dependency>--> -<!--      <groupId>saaj</groupId>--> -<!--      <artifactId>saaj</artifactId>--> -<!--    </dependency>-->      <dependency>        <groupId>commons-discovery</groupId>        <artifactId>commons-discovery</artifactId> @@ -38,34 +34,6 @@        <groupId>javax.activation</groupId>        <artifactId>activation</artifactId>      </dependency> -<!--    <dependency>--> -<!--      <groupId>jaxen</groupId>--> -<!--      <artifactId>jaxen</artifactId>--> -<!--    </dependency>--> -<!--    <dependency>--> -<!--      <groupId>jaxp</groupId>--> -<!--      <artifactId>dom</artifactId>--> -<!--    </dependency>--> -<!--    <dependency>--> -<!--      <groupId>jaxp</groupId>--> -<!--      <artifactId>jaxp-api</artifactId>--> -<!--    </dependency>--> -<!--    <dependency>--> -<!--      <groupId>jaxp</groupId>--> -<!--      <artifactId>sax</artifactId>--> -<!--    </dependency>--> -<!--    <dependency>--> -<!--      <groupId>javaext</groupId>--> -<!--      <artifactId>jaxrpc</artifactId>--> -<!--    </dependency>--> -<!--    <dependency>--> -<!--      <groupId>org.w3c.dom</groupId>--> -<!--      <artifactId>dom</artifactId>--> -<!--    </dependency>--> -<!--    <dependency>--> -<!--      <groupId>sax</groupId>--> -<!--      <artifactId>sax</artifactId>--> -<!--    </dependency>-->      <dependency>        <groupId>junit</groupId>        <artifactId>junit</artifactId> @@ -81,22 +49,19 @@      <dependency>        <groupId>javax.servlet</groupId>        <artifactId>servlet-api</artifactId> -      <optional>true</optional> +      <scope>provided</scope>      </dependency>      <dependency>        <groupId>xalan</groupId>        <artifactId>xalan</artifactId> -      <optional>true</optional>      </dependency>      <dependency>        <groupId>xerces</groupId>        <artifactId>xercesImpl</artifactId> -      <optional>true</optional>      </dependency>      <dependency>        <groupId>xerces</groupId>        <artifactId>xmlParserAPIs</artifactId> -      <optional>true</optional>      </dependency>      <dependency>        <groupId>iaik.prod</groupId> @@ -110,25 +75,26 @@        <groupId>iaik.prod</groupId>        <artifactId>iaik_jce_full</artifactId>        <scope>compile</scope> -      <optional>true</optional>      </dependency>      <dependency>        <groupId>iaik.prod</groupId>        <artifactId>iaik_ecc</artifactId>        <scope>compile</scope> -      <optional>true</optional> +    </dependency> +    <dependency> +      <groupId>iaik.prod</groupId> +      <artifactId>iaik_cms</artifactId> +      <scope>runtime</scope>      </dependency>      <dependency>        <groupId>iaik.prod</groupId>        <artifactId>iaik_Pkcs11Provider</artifactId>        <scope>runtime</scope> -      <optional>true</optional>      </dependency>      <dependency>        <groupId>iaik.prod</groupId>        <artifactId>iaik_Pkcs11Wrapper</artifactId>        <scope>runtime</scope> -      <optional>true</optional>      </dependency>  <!--    <dependency>-->  <!--      <groupId>iaik.prod</groupId>--> | 
