You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ro...@apache.org on 2020/09/04 01:03:58 UTC

[axis-axis2-java-core] branch master updated: attempt to fix Travis build on JDK 9

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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 23ab3a6  attempt to fix Travis build on JDK 9
23ab3a6 is described below

commit 23ab3a6cd876ac84b808046a0d872973177b6b50
Author: robert lazarski <ro...@apache.org>
AuthorDate: Thu Sep 3 14:57:59 2020 -1000

    attempt to fix Travis build on JDK 9
---
 legal/jaxws-rt-LICENSE.txt | 7 +++++++
 pom.xml                    | 5 +++++
 2 files changed, 12 insertions(+)

diff --git a/legal/jaxws-rt-LICENSE.txt b/legal/jaxws-rt-LICENSE.txt
new file mode 100644
index 0000000..3d9c8b9
--- /dev/null
+++ b/legal/jaxws-rt-LICENSE.txt
@@ -0,0 +1,7 @@
+ Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
+
+    This program and the accompanying materials are made available under the
+    terms of the Eclipse Distribution License v. 1.0, which is available at
+    http://www.eclipse.org/org/documents/edl-v10.php.
+
+    SPDX-License-Identifier: BSD-3-Clause
diff --git a/pom.xml b/pom.xml
index 6a9d3ba..03b7dc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,6 +639,11 @@
             </dependency>
             <dependency>
                 <groupId>com.sun.xml.ws</groupId>
+                <artifactId>jaxws-rt</artifactId>
+                <version>2.3.3</version>
+            </dependency>
+            <dependency>
+                <groupId>com.sun.xml.ws</groupId>
                 <artifactId>jaxws-tools</artifactId>
                 <version>${jaxws.tools.version}</version>
             </dependency>