I am facing the issue cannot run transformation due to plugin missing.
These are the jars I am using
val pentahoVersion = "7.0.0.1-35"
"pentaho-kettle" % "kettle-core" % pentahoVersion,
"pentaho-kettle" % "kettle-dbdialog" % pentahoVersion,
"pentaho-kettle" % "kettle-engine" % pentahoVersion,
"pentaho-kettle" % "kettle-ui-swt" % pentahoVersion exclude("org.eclipse", "swt"),
"pentaho-kettle" % "kettle5-log4j-plugin" % pentahoVersion,
"pentaho-kettle" % "kettle-json-plugin" % pentahoVersion,
"pentaho" % "pentaho-vfs-browser" % pentahoVersion,
"org.codehaus.enunciate" % "enunciate-jersey-rt" % "1.27",
"javax.ws.rs" % "jsr311-api" % "1.1.1",
"org.eclipse" % "swt" % "3.3.0-v3346",
"net.sf.jt400" % "jt400" % "6.1",
"com.sun.jersey" % "jersey-client" % "1.19.1",
"com.sun.jersey" % "jersey-bundle" % "1.19.1",
"com.sun.jersey.contribs" % "jersey-apache-client" % "1.19.1",
"com.sun.jersey" % "jersey-core" % "1.19.1",
"com.sun.jersey.contribs" % "jersey-multipart" % "1.19.1",
"jsonpath" % "jsonpath" % "1.0",
"com.googlecode.json-simple" % "json-simple" % "1.1",
"rhino" % "js" % "1.7R3",
"com.jayway.jsonpath" % "json-path" % "2.1.0",
"net.minidev" % "json-smart" % "2.2",
"org.apache.commons" % "commons-vfs2" % "2.1",
"commons-vfs" % "commons-vfs" % "20100924-pentaho",
"pentaho" % "pentaho-vfs-browser" % "7.0.0.0-25",
"org.safehaus.jug" % "jug-lgpl" % "2.0.0",
"net.sourceforge.jexcelapi" % "jxl" % "2.6.12",
"com.jcraft" % "jsch" % "0.1.46",
"com.itextpdf" % "itextpdf" % "5.5.6",
"org.apache.commons" % "commons-io" % "1.3.2",
Capture.jpg