You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2016/11/09 16:37:58 UTC

[jira] [Resolved] (SANTUARIO-456) xalan is marked as provided, but FuncHere.class requires it

     [ https://issues.apache.org/jira/browse/SANTUARIO-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved SANTUARIO-456.
-------------------------------------------
    Resolution: Won't Fix

> xalan is marked as provided, but FuncHere.class requires it
> -----------------------------------------------------------
>
>                 Key: SANTUARIO-456
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-456
>             Project: Santuario
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: Java 2.0.7
>            Reporter: Jason Pyeron
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>
> {{java.lang.NoClassDefFoundError: org/apache/xpath/functions/Function}}
> This error comes, because a developers are not including in their pom files:
> {code:xml}
>         <dependency>
>             <groupId>xalan</groupId>
>             <artifactId>xalan</artifactId>
>             <version>2.7.2</version>
>         </dependency>
> {code}
> Maven's dependency:tree shows:
> {noformat}
> org.apache.santuario:xmlsec:jar:2.0.7:compile
> +- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
> |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
> |  \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
> \- commons-codec:commons-codec:jar:1.10:compile
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)