Skip to content

Commit 5654138

Browse files
committed
SWITCHYARD-2976 - update to org.slf4j reference
1 parent 0f885c3 commit 5654138

File tree

1 file changed

+2
-2
lines changed
  • eclipse/plugins/org.switchyard.tools.core/META-INF

1 file changed

+2
-2
lines changed

eclipse/plugins/org.switchyard.tools.core/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Bundle-Vendor: %Bundle-Vendor
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
88
Bundle-ActivationPolicy: lazy
99
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"
10+
org.apache.log4j;bundle-version="1.2.15"
1211
Bundle-ClassPath: .,
1312
lib/switchyard-api.jar,
1413
lib/switchyard-common.jar,
@@ -217,3 +216,4 @@ Export-Package: org.switchyard,
217216
org.switchyard.validate,
218217
org.switchyard.validate.config.model,
219218
org.switchyard.validate.config.model.v1
219+
Import-Package: org.slf4j;version="1.7.2"

0 commit comments

Comments
 (0)