You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2019/07/23 17:39:14 UTC

svn commit: r1863656 - /turbine/fulcrum/trunk/intake/pom.xml

Author: painter
Date: Tue Jul 23 17:39:14 2019
New Revision: 1863656

URL: http://svn.apache.org/viewvc?rev=1863656&view=rev
Log:
Prepare intake for Java9+ build by adding dependency

Modified:
    turbine/fulcrum/trunk/intake/pom.xml

Modified: turbine/fulcrum/trunk/intake/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/pom.xml?rev=1863656&r1=1863655&r2=1863656&view=diff
==============================================================================
--- turbine/fulcrum/trunk/intake/pom.xml (original)
+++ turbine/fulcrum/trunk/intake/pom.xml Tue Jul 23 17:39:14 2019
@@ -81,6 +81,11 @@
   </developers>
 
   <dependencies>
+	<dependency>
+	    <groupId>com.sun.xml.bind</groupId>
+	    <artifactId>jaxb-impl</artifactId>
+	    <version>2.1.2</version>
+	</dependency>
 
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>