Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Added required servlet dependency
Browse files Browse the repository at this point in the history
This could be a bug in jasperreport 5.5.1 (see
http://community.jaspersoft.com/jasperreports-library/issues/3301-0).

Fixes #13 and #8
  • Loading branch information
alexnederlof committed Apr 29, 2014
1 parent a7fe7b4 commit 9c67e54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
<artifactId>plexus-compiler-api</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 9c67e54

Please sign in to comment.