aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/main/pom.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2018-08-23 20:23:20 +0000
committerDominik Stadler <centic@apache.org>2018-08-23 20:23:20 +0000
commit3fea637adaa389f84a241fd395088aa206568920 (patch)
treed5d510113b2361fc125f9477115ff7b3b9658af9 /sonar/main/pom.xml
parentbcc68c5f2003d10485f837a1e9442511656882b3 (diff)
downloadpoi-3fea637adaa389f84a241fd395088aa206568920.tar.gz
poi-3fea637adaa389f84a241fd395088aa206568920.zip
Adjust for JDK 11 ea-26 build, need to add jaxb via normal jar dependency now as it was removed from the JDK
Also needed to remove a few uses of Mockito which fail now with certain abstract classes Update to Mockito 2.21 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/main/pom.xml')
-rw-r--r--sonar/main/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml
index 21a8abda0a..89d3011d7a 100644
--- a/sonar/main/pom.xml
+++ b/sonar/main/pom.xml
@@ -130,5 +130,25 @@
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.3.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-core</artifactId>
+ <version>2.3.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.1.1</version>
+ </dependency>
</dependencies>
</project>