pentaho / mondrian

Mondrian is an Online Analytical Processing (OLAP) server that enables business users to analyze large quantities of data in real-time.
http://mondrian.pentaho.com/
Other
1.13k stars 720 forks source link

Mondrian 9.5 in Maven #1333

Open edu-de opened 1 year ago

edu-de commented 1 year ago

Hi,

why is Mondrian available in Maven (https://mvnrepository.com/artifact/pentaho/mondrian?repo=pentaho-omni) only until version 9.4 ? where is 9.5 ? 9.5 available in GitHub but not in Maven, any reason for this?

Thanks

Eccenux commented 7 months ago

The repo is PNT by Hitachi Vantara:

        <!-- https://mvnrepository.com/artifact/pentaho/mondrian?repo=pnt-mvn -->
        <repository>
            <id>pentaho</id>
            <name>PNT</name>
            <url>https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/</url>
        </repository>

But seems like the repo is broken too (returns: Service Unavailable (503) e.g. for version 9.3.0.6-786).

I hope somebody has a mirror for that Hitachi repo.