(Error Dependencies) Missing artifact pentaho-kettle: kettle-engine: jar: 4.2.0-stable

0

It gives me several errors with the dependencies of pentaho, I have no idea what is happening, I have copied the project and everything from a partner and only gives me that error.

In all the pom I have I get the same error, all in these lines:

    <dependency>
        <groupId>pentaho-kettle</groupId>
        <artifactId>kettle-core</artifactId>
        <version>4.2.0-stable</version>
    </dependency>
    <dependency>
        <groupId>pentaho-kettle</groupId>
        <artifactId>kettle-engine</artifactId>
        <version>4.2.0-stable</version>
    </dependency>
    <dependency>
        <groupId>pentaho-kettle</groupId>
        <artifactId>kettle-db</artifactId>
        <version>4.2.0-stable</version>
    </dependency>
    <dependency>
        <groupId>pentaho-kettle</groupId>
        <artifactId>kettle-ui-swt</artifactId>
        <version>4.2.0-stable</version>
    </dependency>
    
asked by Manuee 10.10.2018 в 13:24
source

1 answer

0

Fixed, look at the jar of maven dependencies that were installed and they were all stuck, what has failed was Maven's Update Project that I do not know why I was not taking them, restart application I did it again and corrected it .

    
answered by 10.10.2018 в 13:51