Added repository with new domain for JFrog Artifactory SaaS.

https://jfrog.com/knowledge-base/deprecation-of-artifactoryonline-com-domain/
https://stackoverflow.com/questions/30824672/jasperreports-maven-broken

Revert "Added missing dependency for Ubuntu 18.04 + 20.04"

This reverts commit 5ff5f057b4.
This commit is contained in:
tristan.ramseyer 2022-01-12 23:28:07 +01:00
parent 9eb2c62ffc
commit 572a64df85
2 changed files with 6 additions and 7 deletions

View file

@ -398,13 +398,6 @@
<scope>test</scope>
</dependency>
<!-- Open Java API for OLAP -->
<dependency>
<groupId>org.olap4j</groupId>
<artifactId>olap4j</artifactId>
<version>1.2.0</version>
</dependency>
<!-- Easymock -->
<dependency>
<groupId>org.easymock</groupId>

View file

@ -170,6 +170,12 @@
<id>thirdparty</id>
<url>https://nexus.libreplan.dev/repository/thirdparty-libreplan16/</url>
</repository>
<!-- JFrog Artifactory SaaS repository -->
<repository>
<id>jaspersoft-third-party</id>
<url>https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/</url>
</repository>
</repositories>
<!-- Dependency management -->