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>