summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-01 01:27:28 +0100
committerSven Gothel <[email protected]>2019-12-01 01:27:28 +0100
commite19f6799515a09cca8d78f2545947ffa4b2fff06 (patch)
tree85e36010566f1a680e48a9e9adc66a37311f025a
parentfc87caedbd3743b370a272f39ef15bfd32bfd3f5 (diff)
Java 11: Adding javax.activation-api javax/activation/DataSource dependencyHEADmaster
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2283317..fd67b43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>