Author: painter
Date: Tue Jul 23 17:39:33 2019
New Revision: 1863657
URL: http://svn.apache.org/viewvc?rev=1863657&view=rev
Log:
Prepare fulcrum-quartz for Java9+ build by adding dependency
Modified:
turbine/fulcrum/trunk/quartz/pom.xml
Modified: turbine/fulcrum/trunk/quartz/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/quartz/pom.xml?rev=1863657&r1=1863656&r2=1863657&view=diff
==============================================================================
--- turbine/fulcrum/trunk/quartz/pom.xml (original)
+++ turbine/fulcrum/trunk/quartz/pom.xml Tue Jul 23 17:39:33 2019
@@ -74,6 +74,13 @@
</developers>
<dependencies>
+
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.3.1</version>
+ </dependency>
+
<!-- Service Dependencies -->
<dependency>
<groupId>org.apache.avalon.framework</groupId>