Skip to content

Commit

Permalink
Cleaning dependencies repositories
Browse files Browse the repository at this point in the history
Update repositories to use HTTPS instead of HTTP to avoid issue with Maven version 3.8.1 or newer (see https://maven.apache.org/docs/3.8.1/release-notes.html).

Remove jaspersoft.artifactoryonline.com repository. JasperReports artifacts are availble from Maven Central (e.g. https://repo1.maven.org/maven2/net/sf/jasperreports/jasperreports/6.1.0/jasperreports-6.1.0.jar) so getting them from there. For artifacts not availble on Maven Central, use jaspersoft repositories available at https://jaspersoft.jfrog.io.

Use a different repository for Mondrian. Previous repository (http://nexus.pentaho.org/content/groups/omni) answers with an error 503. The new repository (https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/) is the one included in https://github.com/pentaho/mondrian/blob/5dbad92040d455291f63e2cb4acdb0416ff04884/pom.xml#L86C12-L86C72. Also the new repository allow usage of HTTPS.

Remove http://repo.bidlink.cn/nexus/content/repositories as HTTPS provides invalid certificate. An [issue](stevensouza/jamonapi#29) has been open to identify official repository (and source code location).
  • Loading branch information
amottier authored and kerny3d committed Nov 21, 2023
1 parent 5df0e24 commit 5606ed2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions knowage-ce-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,15 @@
<id>xss-html-filter releases</id>
<url>https://xss-html-filter.sf.net/releases/</url>
</repository>
<<<<<<< Upstream, based on branch 'master' of [email protected]:KnowageLabs/Knowage-Server.git

<!-- We use OW2 third party repository for com.jamon:fdsapi, needed by knowage CE; this library is not available on Maven Central -->
<repository>
<id>ow2-third-party</id>
<url>https://repository.ow2.org/nexus/content/repositories/3rd-party/</url>
</repository>
=======
>>>>>>> 6c63a4f Cleaning dependencies repositories

</repositories>

Expand Down

0 comments on commit 5606ed2

Please sign in to comment.