[
https://issues.apache.org/jira/browse/AXIS2-5947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
fairy closed AXIS2-5947.
------------------------
Resolution: Fixed
Fix Version/s: 1.7.9
i have fixed the issue.
the reason is duplicate dependencies.
such as :
{code:java}
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-core</artifactId>
<version>${xmlschema.core.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
{code}
we need removed duplicate dependencies for all libs by the way like as above.
if you want to know more detail,you can send me an email.
[email protected]
{code:java}
{code}
> axis2 1.7.9 with spring boot 2.1.2.RELEASE can't work well
> ----------------------------------------------------------
>
> Key: AXIS2-5947
> URL: https://issues.apache.org/jira/browse/AXIS2-5947
> Project: Axis2
> Issue Type: Bug
> Affects Versions: 1.7.9
> Environment: axis2 1.7.9 with spring boot 2.1.2.RELEASE
> Reporter: fairy
> Priority: Major
> Labels: axis2, spring, spring-boot
> Fix For: 1.7.9
>
> Attachments: issue.txt
>
>
> Hi author,
>
> i have a question want to confirm with you.
>
> I have a try to use axis2 1.7.9 with spring boot 2.1.2.RELEASE, but it
> can't work well.
>
> so what my question is Axis2 1.7.9 support which version of spring framework?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]