Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning dependencies repositories #885

Merged

Commits on Aug 30, 2023

  1. Cleaning dependencies repositories

    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).
    amottier committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c1afdc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Add a repository to get com.jamon:fdsapi

    com.jamon:fdsapi was previously get from a repository that wasn't available in HTTPS and seems rather unofficial.
    Now get com.jamon:fdsapi from OW2 third party repository. The library upload on OW2 repository was download from a GitHub project created by the developer of library (https://github.com/stevensouza/jamonapi/blob/master/jamon_war/src/main/webapp/WEB-INF/lib/fdsapi-1.2.jar).
    amottier committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    612a923 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Merge branch 'master' into clean-dependencies-repositories

    davide-zerbetto authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    82c4375 View commit details
    Browse the repository at this point in the history