Comment 1 for bug 672276

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Changed dependencySet from

    <dependencySet>
      <scope>provided</scope>
      <outputDirectory>lib/all</outputDirectory>
    </dependencySet>

to

    <dependencySet>
      <scope>compile</scope>
      <outputDirectory>lib/all</outputDirectory>
    </dependencySet>