You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Jason Pyeron (JIRA)" <ji...@apache.org> on 2016/10/26 02:07:58 UTC

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

Jason Pyeron created SANTUARIO-456:
--------------------------------------

             Summary: 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)