You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2018/10/14 17:14:47 UTC

svn commit: r1843854 - /webservices/axiom/trunk/axiom-compat/pom.xml

Author: veithen
Date: Sun Oct 14 17:14:47 2018
New Revision: 1843854

URL: http://svn.apache.org/viewvc?rev=1843854&view=rev
Log:
Add missing dependency.

Modified:
    webservices/axiom/trunk/axiom-compat/pom.xml

Modified: webservices/axiom/trunk/axiom-compat/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-compat/pom.xml?rev=1843854&r1=1843853&r2=1843854&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-compat/pom.xml (original)
+++ webservices/axiom/trunk/axiom-compat/pom.xml Sun Oct 14 17:14:47 2018
@@ -44,6 +44,11 @@
             <optional>true</optional>
         </dependency>
         <dependency>
+            <groupId>javax.xml.bind</groupId>
+	    <artifactId>jaxb-api</artifactId>
+	    <optional>true</optional>
+        </dependency>
+        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>testutils</artifactId>
             <version>${project.version}</version>