← Back to team overview

dhis2-devs team mailing list archive

Re: Getting problem while building a local module

 

I have updated my pom.xml about these dependencies like

<dependency>
      <groupId>jasperreports</groupId>
      <artifactId>jasperreports</artifactId>
     <version>2.0.2</version>
    </dependency>
    <dependency>
      <groupId>jfree</groupId>
      <artifactId>jfreechart</artifactId>
      <version>1.0.11</version>
      <exclusions>
        <exclusion>
          <groupId>gnujaxp</groupId>
          <artifactId>gnujaxp</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>jfree</groupId>
      <artifactId>jcommon</artifactId>
      <version>1.0.14</version>
      <exclusions>
        <exclusion>
          <groupId>gnujaxp</groupId>
          <artifactId>gnujaxp</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>net.sourceforge.jexcelapi</groupId>
      <artifactId>jxl</artifactId>
      <version>2.6</version>
    </dependency>

and now its working fine...

Thanks Lars...
:)
Thanks Murud..
:)

2009/9/1 Lars Helge Øverland <larshelge@xxxxxxxxx>

>
>
>
> The problem here is that a transitive dependency does not exist in the
> central maven repo:
>
> bouncycastle:bctsp-jdk14:jar:
>
> Use mvnrepository.com to find a itext version which does not rely on this
> dependency. This is an error on maven's side.
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs>
> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs>
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Best Regards,
Brajesh Murari

References