deploy node local with org.knime.time dependency?

I add org.knime.time dependency to my node according the topic https://forum.knime.com/t/knime-base-jar-not-including-all-source-code-at-github/18704,but when deploy the node to local knime,my nodes did not display ,in the development nodes display well.

I see the time dependency is version 4.1,and my Knime is 4.02,It’s that the reason why did not display the nodes?


image

Tried remove org.knime.time dependency,the node display
image

any suggestion? thanks

Exactly, you can edit the version range the dependency by clicking on the Properties button in the Dependencies view (with the org.knime.time bundle selected). You should set the dependency range to something like minimum version 4.0.0 maximum version 5.0.0. Then your nodes should appear in the locally deployed version.

best,
Gabriel

2 Likes