Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2019-08-13 01:07:07 +0000
committerslewis2019-08-13 01:07:07 +0000
commit05befbe643caad72a7c99e34db283193eb3c754e (patch)
tree2fc54d11f592a35d64aff7a37db2765941db7f12 /examples/bundles/com.mycorp.examples.timeservice.host
parent4923fdc9a5aa667dc3f3f33efb1566120b46e1f6 (diff)
downloadorg.eclipse.ecf-05befbe643caad72a7c99e34db283193eb3c754e.tar.gz
org.eclipse.ecf-05befbe643caad72a7c99e34db283193eb3c754e.tar.xz
org.eclipse.ecf-05befbe643caad72a7c99e34db283193eb3c754e.zip
Fix for JGroups version in examples.
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.host')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.jgroups.zeroconf.product2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.jgroups.zeroconf.product b/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.jgroups.zeroconf.product
index d741dcb9f..ae521c96f 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.jgroups.zeroconf.product
+++ b/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.jgroups.zeroconf.product
@@ -62,6 +62,8 @@
<plugin id="org.eclipse.osgi.services.remoteserviceadmin"/>
<plugin id="org.eclipse.osgi.util"/>
<plugin id="org.jgroups"/>
+ <plugin id="slf4j.api"/>
+ <plugin id="slf4j.jdk14" fragment="true"/>
</plugins>
<configurations>

Back to the top