Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jarrodhroberson/8995109 to your computer and use it in GitHub Desktop.
Save jarrodhroberson/8995109 to your computer and use it in GitHub Desktop.
How to combine GWT and Jasper Reports using Maven
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>3.7.4</version>
<exclusions>
<exclusion>
<artifactId>jdtcore</artifactId>
<groupId>eclipse</groupId>
</exclusion>
</exclusions>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment