diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-01-24 10:42:29 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-01-24 10:42:29 +0100 |
commit | ed35a5e8e6edb213be2f56fe9d0c156bd175cdaf (patch) | |
tree | 6cf31139c4af8d03d6c30916c2a7079179d8c4c3 /BKULocal | |
parent | 184df368ad28c1bf77fc40627ff46224937c0646 (diff) | |
download | mocca-ed35a5e8e6edb213be2f56fe9d0c156bd175cdaf.tar.gz mocca-ed35a5e8e6edb213be2f56fe9d0c156bd175cdaf.tar.bz2 mocca-ed35a5e8e6edb213be2f56fe9d0c156bd175cdaf.zip |
updates to use java compiler from Java 9 package
Diffstat (limited to 'BKULocal')
-rw-r--r-- | BKULocal/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index 12dceaf8..223bc357 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -185,8 +185,7 @@ <dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
- <version>1.1.1</version>
- </dependency>
+ </dependency>
</dependencies>
<profiles>
|