diff options
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> |