diff options
author | Sven Gothel <[email protected]> | 2019-12-01 01:27:28 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-01 01:27:28 +0100 |
commit | e19f6799515a09cca8d78f2545947ffa4b2fff06 (patch) | |
tree | 85e36010566f1a680e48a9e9adc66a37311f025a | |
parent | fc87caedbd3743b370a272f39ef15bfd32bfd3f5 (diff) |
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -66,6 +66,11 @@ <version>2.3.0</version> </dependency> <dependency> + <groupId>javax.activation</groupId> + <artifactId>javax.activation-api</artifactId> + <version>1.2.0</version> + </dependency> + <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.12.0</version> |