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/15 20:06:06 UTC

svn commit: r1843946 - /webservices/axiom/trunk/testing/xml-testsuite/pom.xml

Author: veithen
Date: Mon Oct 15 20:06:06 2018
New Revision: 1843946

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

Modified:
    webservices/axiom/trunk/testing/xml-testsuite/pom.xml

Modified: webservices/axiom/trunk/testing/xml-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/xml-testsuite/pom.xml?rev=1843946&r1=1843945&r2=1843946&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/xml-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/xml-testsuite/pom.xml Mon Oct 15 20:06:06 2018
@@ -50,6 +50,10 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>javax.activation</groupId>
+            <artifactId>javax.activation-api</artifactId>
+        </dependency>
+        <dependency>
             <groupId>com.sun.mail</groupId>
             <artifactId>javax.mail</artifactId>
         </dependency>