Author: veithen
Date: Sun Oct 28 13:30:28 2018
New Revision: 1845027
URL: http://svn.apache.org/viewvc?rev=1845027&view=rev
Log:
Add missing dependency.
Modified:
axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml
Modified: axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml?rev=1845027&r1=1845026&r2=1845027&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml (original)
+++ axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml Sun Oct
28 13:30:28 2018
@@ -34,6 +34,10 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ </dependency>
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>axis2-transport-http</artifactId>
<version>${project.version}</version>