diff options
| author | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-23 08:38:49 +0000 | 
|---|---|---|
| committer | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-23 08:38:49 +0000 | 
| commit | fd99a8b31a752135c8e2f16041ba35da70c7b2dc (patch) | |
| tree | e9b55ad62d48c36dde473849ae3cc6db16c43d08 /spss/server/serverlib | |
| parent | 6330e90d2c17af78aa1b4c4c44d44f45867ee57b (diff) | |
| download | moa-id-spss-fd99a8b31a752135c8e2f16041ba35da70c7b2dc.tar.gz moa-id-spss-fd99a8b31a752135c8e2f16041ba35da70c7b2dc.tar.bz2 moa-id-spss-fd99a8b31a752135c8e2f16041ba35da70c7b2dc.zip | |
Updated dependency declarations to omit certain transitive dependencies from being included into war-files.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@936 d688527b-c9ab-4aba-bd8d-4036d912da1d
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>--> | 
