pentaho / mondrian

Mondrian is an Online Analytical Processing (OLAP) server that enables business users to analyze large quantities of data in real-time.

Home Page:http://mondrian.pentaho.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mondrian 9.5 in Maven

edu-de opened this issue · comments

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

commented

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.