Skip to content

Commit

Permalink
alexnederlof#74 - update POM to reference latest jasperreports repo s…
Browse files Browse the repository at this point in the history
…tructure
  • Loading branch information
iskigow committed Dec 2, 2021
1 parent 065a9b3 commit e70ca7b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,17 @@
</licenses>

<repositories>
<repository>
<id>main</id>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
<repository>
<id>jasperreports</id>
<url>http://jasperreports.sourceforge.net/maven2</url>
<url>https://jaspersoft.jfrog.io/artifactory/jrs-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/artifactory/third-party-ce-artifacts/</url>
</repository>
</repositories>
</project>

0 comments on commit e70ca7b

Please sign in to comment.