We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f885c3 commit 5654138Copy full SHA for 5654138
eclipse/plugins/org.switchyard.tools.core/META-INF/MANIFEST.MF
@@ -7,8 +7,7 @@ Bundle-Vendor: %Bundle-Vendor
7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
8
Bundle-ActivationPolicy: lazy
9
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",
10
- org.apache.log4j;bundle-version="1.2.15",
11
- org.slf4j.api;bundle-version="1.6.0"
+ org.apache.log4j;bundle-version="1.2.15"
12
Bundle-ClassPath: .,
13
lib/switchyard-api.jar,
14
lib/switchyard-common.jar,
@@ -217,3 +216,4 @@ Export-Package: org.switchyard,
217
216
org.switchyard.validate,
218
org.switchyard.validate.config.model,
219
org.switchyard.validate.config.model.v1
+Import-Package: org.slf4j;version="1.7.2"
0 commit comments