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

Commit

Permalink
Merge pull request #73 from srbala/patch-01
Browse files Browse the repository at this point in the history
Fix #72, Update to pom.xml, security fixes maven repo and junit
  • Loading branch information
alexnederlof authored Apr 22, 2021
2 parents db76e7a + fe5265b commit 88d25a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -252,11 +252,12 @@
</repository>
<repository>
<id>jasperreports</id>
<url>https://jasperreports.sourceforge.net/maven2</url>
<url>https://jaspersoft.jfrog.io/jaspersoft/jr-ce-releases</url>
</repository>
<repository>
<id>jaspersoft-third-party</id>
<url>http://jaspersoft.artifactoryonline.com/jaspersoft/third-party-ce-artifacts/</url>
<url>https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/</url>
</repository>
</repositories>

</project>

0 comments on commit 88d25a7

Please sign in to comment.