[
https://issues.apache.org/jira/browse/SYNAPSE-825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170796#comment-13170796
]
Vijayaratha Vijayasingam commented on SYNAPSE-825:
--------------------------------------------------
Hi,
The root cause is we, use this xalan dependency in two places with different
"groupId"..So, maven takes this as two different dependencies..
Please fix the Synapse 'root' pom as follows;
correct one;
<dependency>
<groupId>org.apache.xalan</groupId>
<artifactId>xalan</artifactId>
<version>${xalan.version}</version>
</dependency>
Previous one;
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>${xalan.version}</version>
</dependency>
> Duplicates of xlan-2.7.1.jar in the Synapse distribution
> ---------------------------------------------------------
>
> Key: SYNAPSE-825
> URL: https://issues.apache.org/jira/browse/SYNAPSE-825
> Project: Synapse
> Issue Type: Bug
> Reporter: Kasun Indrasiri
>
> This happens while extracting the synapse distribution created on
> /modules/distribution/target.
> inflating: synapse-2.1.0-SNAPSHOT/lib/xmlsec-1.4.5.jar
> replace synapse-2.1.0-SNAPSHOT/lib/xalan-2.7.1.jar? [y]es, [n]o, [A]ll,
> [N]one, [r]ename: error: invalid response [{ENTER}]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]