You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by nicolas de loof <ni...@apache.org> on 2009/03/30 16:21:30 UTC

strange dependency error

Hi
some guys in my dev team repport an error during CXF code generation :

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] org/apache/xml/serializer/TreeWalker

Adding a dependency to the plugin declaration fix this issue

          <dependency>
            <groupId>xalan</groupId>
            <artifactId>serializer</artifactId>
            <version>2.7.1</version>
          </dependency>

I can't find how the environment differs from other ones that share same OS/
JDK / maven version and don't fall into this issue.

Just to let you know ...