Caused by:
java.lang.IncompatibleClassChangeError: Class com.ibm.wsdl.DefinitionImpl does not implement the requested interface javax.wsdl.extensions.AttributeExtensible
Caused by:
java.lang.IncompatibleClassChangeError: Class com.ibm.wsdl.DefinitionImpl does not implement the requested interface javax.wsdl.extensions.AttributeExtensible
Copyright © 2021 Jogjafile Inc.
The reason for
axis-wsdl4j-1.5.1.jargetting downloaded when you try and build usingaxis:1.4in your project is that it is defined within dependency for the artifact itself..If you don't want to download
axis-wsdl4j-1.5.1.jar, you can exclude it from your project by making following changes to your pom.xml -