diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-21 09:48:14 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-21 09:48:14 +0100 |
commit | 3e1cfe1d69c708fd6cfcec4f7617397b2f51cde6 (patch) | |
tree | 008fb6308e6ef21565de016d1f8a88c0294fbb98 /spss/server/serverlib/pom.xml | |
parent | c62f04479a7c63dec4a3e0519862dab4855b450a (diff) | |
download | moa-id-spss-3e1cfe1d69c708fd6cfcec4f7617397b2f51cde6.tar.gz moa-id-spss-3e1cfe1d69c708fd6cfcec4f7617397b2f51cde6.tar.bz2 moa-id-spss-3e1cfe1d69c708fd6cfcec4f7617397b2f51cde6.zip |
fix MOA-ID assemply problem with endorsed libs
Diffstat (limited to 'spss/server/serverlib/pom.xml')
-rw-r--r-- | spss/server/serverlib/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index f0a1711ba..cafd8341b 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -69,12 +69,12 @@ <dependency>
<groupId>xalan-bin-dist</groupId>
<artifactId>xalan</artifactId>
- <scope>provided</scope>
+ <!-- <scope>provided</scope> -->
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <scope>provided</scope>
+ <!-- <scope>provided</scope> -->
</dependency>
<dependency>
<groupId>xalan-bin-dist</groupId>
@@ -83,7 +83,7 @@ <dependency>
<groupId>xalan-bin-dist</groupId>
<artifactId>serializer</artifactId>
- <scope>provided</scope>
+ <!-- <scope>provided</scope> -->
</dependency>
<dependency>
<groupId>iaik.prod</groupId>
|