Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit 7e6c91f

Browse files
committed
Make serializers dependency
Otherwise executing a node will complain about missing serializer
1 parent 2180c94 commit 7e6c91f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

plugin/META-INF/MANIFEST.MF

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: Netherlands eScience Center
88
Require-Bundle: org.knime.core;bundle-version="[3.1.0,4.0.0)",
99
org.knime.base;bundle-version="[3.1.0,4.0.0)",
10-
org.knime.python2;bundle-version="[3.5.0,4.0.0)"
10+
org.knime.python2;bundle-version="[3.5.0,4.0.0)",
11+
org.knime.python2.serde.csv;bundle-version="[3.5.0,4.0.0)",
12+
org.knime.python2.serde.flatbuffers;bundle-version="[3.5.0,4.0.0)",
13+
org.knime.python2.serde.arrow;bundle-version="[3.5.0,4.0.0)",
14+
org.knime.python2.serde.arrow.libs;bundle-version="[3.5.0,4.0.0)"
1115
Bundle-ClassPath: .
1216
Export-Package: nl.esciencecenter.e3dchem.python

tests/META-INF/MANIFEST.MF

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ Require-Bundle: org.junit;bundle-version="4.12.0",
88
org.knime.core;bundle-version="[3.1.0,4.0.0)",
99
org.knime.base;bundle-version="[3.1.0,4.0.0)",
1010
org.knime.testing;bundle-version="[3.1.0,4.0.0)",
11-
org.knime.python2.serde.flatbuffers;bundle-version="[3.0.0,4.0.0)",
12-
nl.esciencecenter.e3dchem.python.plugin,
13-
org.knime.python2
11+
org.knime.python2;bundle-version="[3.5.0,4.0.0)",
12+
nl.esciencecenter.e3dchem.python.plugin
1413
Bundle-Vendor: Netherlands eScience Center
1514
Bundle-ClassPath: .,
1615
lib/mockito-core-2.7.11.jar,

0 commit comments

Comments
 (0)