Cristina Moretti
Cristina Moretti

Reputation: 77

nexus pentaho unavailable?

In my pom I have this dependency

<dependency>
    <groupId>org.pentaho.reporting.engine</groupId>
    <artifactId>classic-core</artifactId>
    <version>9.2.0.0-290</version>
</dependency>

available at https://mvnrepository.com/artifact/org.pentaho.reporting.engine/classic-core/9.2.0.0-290

But https://nexus.pentaho.org/content/groups/omni/ is unaivailable

How should I do to install?

Upvotes: 2

Views: 417

Answers (1)

Faliorn
Faliorn

Reputation: 1468

I found this one in a forum:

https://repo.orl.eng.hitachivantara.com/ui/native/pnt-mvn/

I don't know if it's offical or not, but seems quite up to date.

Regards

Upvotes: 1

Related Questions