MQTT Another singleton bundle selected

Running OH2.4 but using all 2.5m1 bindings

MQTT is working fine but I always get this on a clean startup.

2019-05-30 13:30:00.378 [ERROR] [.eclipse.smarthome.io.transport.mqtt] - FrameworkEvent ERROR - org.eclipse.smarthome.io.transport.mqtt
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.smarthome.io.transport.mqtt [238]
  Another singleton bundle selected: osgi.identity; type="osgi.bundle"; version:Version="0.11.0.oh250M1"; osgi.identity="org.eclipse.smarthome.io.transport.mqtt"; singleton:="true"

My addon’s are configured like this below:

binding = network,serial1,http1,ntp,hue,mqtt,caldav-command1,caldav-personal1,weather1,exec,wol1,plex1,nest,onkyo,samsungtv,sonos,wemo,openweathermap,lgwebos,airquality,weatherunderground,logreader 

My JAR’s dropped into the JAR directory are:

org.eclipse.smarthome.io.mqttembeddedbroker-0.11.0.oh250M1.jar
org.eclipse.paho.client.mqttv3-1.2.1-20180915.040536-199.jar
org.eclipse.smarthome.io.transport.mqtt-0.11.0.oh250M1.jar
org.eclipse.smarthome.io.transport.upnp-0.11.0.oh250M1.jar
org.eclipse.smarthome.config.discovery.upnp-0.11.0.oh250M1.jar
openhab-addons-2.5.0.M1.kar <-- KAR 

Best, Jay