diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-21 07:09:04 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-21 07:09:04 +0100 |
commit | 0a991b6029f362bf04edcdb76b235090b0005d2b (patch) | |
tree | 4144d10a427b7c80de67db7d20850c8ade4a3421 /id/server/modules/pom.xml | |
parent | 243631d8204098c9a434fd96f8b1bfe5b115f62c (diff) | |
download | moa-id-spss-0a991b6029f362bf04edcdb76b235090b0005d2b.tar.gz moa-id-spss-0a991b6029f362bf04edcdb76b235090b0005d2b.tar.bz2 moa-id-spss-0a991b6029f362bf04edcdb76b235090b0005d2b.zip |
move or remove third-party library depentencies
Diffstat (limited to 'id/server/modules/pom.xml')
-rw-r--r-- | id/server/modules/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/id/server/modules/pom.xml b/id/server/modules/pom.xml index db03326ea..c164252c7 100644 --- a/id/server/modules/pom.xml +++ b/id/server/modules/pom.xml @@ -40,6 +40,10 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </exclusion> + <exclusion> + <artifactId>DocumentService</artifactId> + <groupId>eu.stork</groupId> + </exclusion> </exclusions> </dependency> <dependency> |