Skip to content

Commit

Permalink
WW-5045 Update jasperreports to 6.10.0
Browse files Browse the repository at this point in the history
and switch exclude from jackson-annotation to jackson-annotations
b/c the artifact name changed
  • Loading branch information
sepe81 committed Nov 8, 2019
1 parent 6f810db commit 13b5b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/jasperreports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>6.7.0</version>
<version>6.10.0</version>
<scope>provided</scope>
<exclusions>
<!-- not necessary to compile and it force dependency convergence issues -->
Expand All @@ -49,7 +49,7 @@
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotation</artifactId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 13b5b8e

Please sign in to comment.