Jump to content

Recommended Posts

Posted

Hi, I now want a smallest set of jars for JasperReport 6.2.0. Use this dependency artifactld to resolve the jars by Meavn pom.xml will get about 40 jars,

          <dependency>
            <groupId>net.sf.jasperreports</groupId>
            <artifactId>jasperreports</artifactId>
            <version>6.2.0</version>
        </dependency>

But together with dependencies of the pom file in JasperReport 6.2.0 source code, it will get additional 70 jars,such as poi-3.10.1.jar,poi-ooxml-3.10.1.jar,poi-ooxml-schemas-3.10.1.jar, this will make about 110 jars together, it seems too much, I don`t quite sure if all the additional jars needed for jasperReport?. And how to get the smallest jar set for JasperReport 6.2.0? Any help will be appreciated!

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...