Created
February 14, 2014 03:04
-
-
Save jarrodhroberson/8995109 to your computer and use it in GitHub Desktop.
How to combine GWT and Jasper Reports using Maven
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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