diff options
Diffstat (limited to 'spss/server/serverws')
-rw-r--r-- | spss/server/serverws/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index 62b925957..f1503ba82 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -89,6 +89,14 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>iaik.prod</groupId> + <artifactId>iaik_Pkcs11Wrapper</artifactId> + <classifier>win32</classifier> + <type>dll</type> + <!-- should be in the ext directory of the jre --> + <scope>provided</scope> + </dependency> + <dependency> <groupId>xalan-bin-dist</groupId> <artifactId>xalan</artifactId> <!-- should be provided by the container or jre --> |