Skip to content

Commit

Permalink
add missing jasperreports repo dependency for clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Jul 17, 2015
1 parent c0601e2 commit 3f233ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/reporting/jasper-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@
</dependencies>

<repositories>
<repository>
<snapshots><enabled>false</enabled></snapshots>
<releases><enabled>true</enabled></releases>
<id>jasperreports</id>
<name>Jasper Reports Maven Repository</name>
<url>http://maven.opennms.org/content/repositories/jasperreports/</url>
</repository>
<repository>
<snapshots><enabled>false</enabled></snapshots>
<releases><enabled>true</enabled></releases>
Expand Down

0 comments on commit 3f233ef

Please sign in to comment.