Skip to content

Commit

Permalink
SWITCHYARD-2976 - update to org.slf4j reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bfitzpat committed Nov 29, 2016
1 parent 0f885c3 commit 5654138
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",
org.apache.log4j;bundle-version="1.2.15",
org.slf4j.api;bundle-version="1.6.0"
org.apache.log4j;bundle-version="1.2.15"
Bundle-ClassPath: .,
lib/switchyard-api.jar,
lib/switchyard-common.jar,
Expand Down Expand Up @@ -217,3 +216,4 @@ Export-Package: org.switchyard,
org.switchyard.validate,
org.switchyard.validate.config.model,
org.switchyard.validate.config.model.v1
Import-Package: org.slf4j;version="1.7.2"

0 comments on commit 5654138

Please sign in to comment.