diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2014-06-05 19:39:27 +0200 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2014-06-05 19:39:27 +0200 |
commit | dccc8304cbe2b10ddb703fa52895dbc09dd70643 (patch) | |
tree | 323ac614040c26e0944c215e33cdc8373e995ae5 /DocumentService/pom.xml | |
parent | f81b3716ac27094ab1845668cb38a1fe6a2d5f8c (diff) | |
download | moa-id-spss-dccc8304cbe2b10ddb703fa52895dbc09dd70643.tar.gz moa-id-spss-dccc8304cbe2b10ddb703fa52895dbc09dd70643.tar.bz2 moa-id-spss-dccc8304cbe2b10ddb703fa52895dbc09dd70643.zip |
DTL support added (incoming)
Diffstat (limited to 'DocumentService/pom.xml')
-rw-r--r-- | DocumentService/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/DocumentService/pom.xml b/DocumentService/pom.xml index c93a901ca..be2252137 100644 --- a/DocumentService/pom.xml +++ b/DocumentService/pom.xml @@ -69,6 +69,15 @@ <version>2.2.8</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.4.01</version> +</dependency> +<!-- <dependency> --> +<!-- <groupId>org.opensaml</groupId> --> +<!-- <artifactId>opensaml</artifactId> --> +<!-- </dependency> --> <dependency> <groupId>javax.xml</groupId> <artifactId>jaxrpc-api</artifactId> |