I check http://repository.pentaho.org/artifa...earch/artifact for kettle-vfs artifact, but doesn't find any version.
The latest stable build (4.4.0) use 20100924 version. As i see, there is very similar artifact:
<dependency>
<groupId>commons-vfs</groupId>
<artifactId>commons-vfs</artifactId>
<version>20091118-pentaho</version>
</dependency>
wich is predecessor of kettle-vfs, as i think. Should i use it in my maven project, or that isn't right? Maybe you will deploy correct version to artifactory?
Thanks.
The latest stable build (4.4.0) use 20100924 version. As i see, there is very similar artifact:
<dependency>
<groupId>commons-vfs</groupId>
<artifactId>commons-vfs</artifactId>
<version>20091118-pentaho</version>
</dependency>
wich is predecessor of kettle-vfs, as i think. Should i use it in my maven project, or that isn't right? Maybe you will deploy correct version to artifactory?
Thanks.