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 2020/12/22 11:04:03 UTC

[ws-axiom] branch master updated: Fix build on Java 10

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new cdc7f6b  Fix build on Java 10
cdc7f6b is described below

commit cdc7f6b5f9dd8b34f9d84de649d62d6b76843079
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Dec 22 11:03:40 2020 +0000

    Fix build on Java 10
---
 .../src/test/java/org/apache/axiom/test/DataSourceUtilsTest.java         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/systests/osgi-tests/src/test/java/org/apache/axiom/test/DataSourceUtilsTest.java b/systests/osgi-tests/src/test/java/org/apache/axiom/test/DataSourceUtilsTest.java
index 8e74782..9fa2561 100644
--- a/systests/osgi-tests/src/test/java/org/apache/axiom/test/DataSourceUtilsTest.java
+++ b/systests/osgi-tests/src/test/java/org/apache/axiom/test/DataSourceUtilsTest.java
@@ -40,6 +40,7 @@ public class DataSourceUtilsTest {
     @Configuration
     public static Option[] configuration() {
         return options(
+                url("link:classpath:com.sun.activation.javax.activation.link"),
                 url("link:classpath:com.sun.mail.javax.mail.link"),
                 url("link:classpath:org.apache.james.apache-mime4j-core.link"),
                 url("link:classpath:org.apache.ws.commons.axiom.axiom-api.link"),