diff options
-rw-r--r-- | pom.xml | 10 | ||||
-rw-r--r-- | spss/assembly.xml | 27 | ||||
-rw-r--r-- | spss/server/serverws/pom.xml | 8 |
3 files changed, 28 insertions, 17 deletions
@@ -292,6 +292,16 @@ </dependency> </dependencies>
</dependencyManagement>
+ + <dependencies> + <dependency> + <groupId>iaik.prod</groupId> + <artifactId>iaik_Pkcs11Wrapper</artifactId> + <classifier>win32</classifier> + <type>dll</type> + <scope>runtime</scope> + </dependency> + </dependencies> <repositories>
<repository>
diff --git a/spss/assembly.xml b/spss/assembly.xml index 435dd04ec..48ee536b2 100644 --- a/spss/assembly.xml +++ b/spss/assembly.xml @@ -42,23 +42,6 @@ <unpack>false</unpack> </binaries> </moduleSet> - <moduleSet> - <includes> - <include>MOA.spss.server:moa-spss-lib</include> - </includes> - <binaries> - <includeDependencies>true</includeDependencies> - <dependencySets> - <dependencySet> - <includes> - <include>iaik.prod:iaik_Pkcs11Wrapper:dll:win32</include> - </includes> - <outputDirectory>/pkcs11/win32</outputDirectory> - <outputFileNameMapping>pkcs11wrapper.${extension}</outputFileNameMapping> - </dependencySet> - </dependencySets> - </binaries> - </moduleSet> <moduleSet> <includes> <include>MOA.spss.server:moa-spss-lib</include> @@ -96,6 +79,16 @@ </moduleSet> </moduleSets> + <dependencySets> + <dependencySet> + <includes> + <include>iaik.prod:iaik_Pkcs11Wrapper:dll:win32</include> + </includes> + <outputDirectory>/pkcs11/win32</outputDirectory> + <outputFileNameMapping>pkcs11wrapper.${extension}</outputFileNameMapping> + </dependencySet> + </dependencySets> + <files> <file> <source>${basedir}/spss/handbook/handbook.html</source> 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 --> |