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 362baf4 attempt to fix Travis build on JDK 9 362baf4 is described below commit 362baf41f259bf35a85f0d6bd60135e678f8da94 Author: robert lazarski <robertlazar...@apache.org> AuthorDate: Fri Sep 4 14:36:17 2020 -1000 attempt to fix Travis build on JDK 9 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 03b7dc3..031c651 100644 --- a/pom.xml +++ b/pom.xml @@ -642,6 +642,12 @@ <artifactId>jaxws-rt</artifactId> <version>2.3.3</version> </dependency> + <dependency> + <groupId>com.sun.xml.messaging.saaj</groupId> + <artifactId>saaj-impl</artifactId> + <version>1.5.2</version> + </dependency> + <dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-tools</artifactId>