On Sun, Jan 31, 2010 at 2:48 PM, Jacek Laskowski <[email protected]> wrote:

> When I change the pom.xml with:
>
>    <dependency>
>      <groupId>org.apache.xbean</groupId>
>      <artifactId>xbean-finder-shaded</artifactId>
>      <version>3.7-SNAPSHOT</version>
>      <classifier>shaded</classifier>
>    </dependency>

To be really honest, I have to add the following dependencies:

    <dependency>
      <groupId>org.apache.xbean</groupId>
      <artifactId>xbean-finder-shaded</artifactId>
      <version>3.7-SNAPSHOT</version>
      <classifier>shaded</classifier>
    </dependency>
    <dependency>
      <groupId>org.apache.xbean</groupId>
      <artifactId>xbean-asm-shaded</artifactId>
      <version>3.7-SNAPSHOT</version>
    </dependency>

Jacek

-- 
Jacek Laskowski
Notatnik Projektanta Java EE - http://wszystkojawne.pl
p.s. Szukam speca/firmy od grafiki/CSS/HTML

Reply via email to