Skip to content

Commit

Permalink
Merge pull request #26 from opsgenie/heimdall-7097
Browse files Browse the repository at this point in the history
json-smart dependency excluded.
  • Loading branch information
ErenKizilay authored Jul 30, 2021
2 parents d954f62 + 74f1248 commit 61cd045
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</exclusion>
<exclusion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down

0 comments on commit 61cd045

Please sign in to comment.