Update distribution template

Reference the newly created mixed-osgi-over-slf4j module
diff --git a/distribution/generator/pom.xml b/distribution/generator/pom.xml
index ba9fcdf..419885b 100644
--- a/distribution/generator/pom.xml
+++ b/distribution/generator/pom.xml
@@ -147,6 +147,12 @@
 									<overWrite>true</overWrite>
 								</artifactItem>
 								<artifactItem>
+									<groupId>org.eclipse.sensinact.gateway.tools</groupId>
+									<artifactId>mixed-osgi-over-slf4j</artifactId>
+									<type>jar</type>
+									<overWrite>true</overWrite>
+								</artifactItem>
+								<artifactItem>
 									<groupId>org.apache.felix</groupId>
 									<artifactId>org.apache.felix.fileinstall</artifactId>
 									<type>jar</type>
diff --git a/distribution/template/conf/config.properties b/distribution/template/conf/config.properties
index 85667a0..30e4a66 100644
--- a/distribution/template/conf/config.properties
+++ b/distribution/template/conf/config.properties
@@ -108,6 +108,7 @@
   file:bundle/2/org.apache.felix.configadmin-${org.apache.felix.configadmin.version}.jar \
   file:bundle/2/org.apache.felix.bundlerepository-${org.apache.felix.bundlerepository.version}.jar \
   file:bundle/2/org.apache.felix.scr-${org.apache.felix.scr.version}.jar \
+  file:bundle/2/mixed-osgi-over-slf4j-${project.version}.jar \
   file:bundle/2/org.osgi.service.component-${org.osgi.service.component.version}.jar \
   file:bundle/2/org.osgi.service.remoteserviceadmin-${org.osgi.service.remoteserviceadmin.version}.jar \
   file:bundle/2/org.osgi.util.function-${org.osgi.util.function.version}.jar \
@@ -128,7 +129,6 @@
   file:bundle/3/sensinact-utils-${project.version}.jar
 
 felix.auto.start.3= \
-  file:bundle/3/osgi-over-slf4j-${slf4j.version}.jar \
   file:bundle/3/sensinact-core-${project.version}.jar \
   file:bundle/3/sensinact-generic-${project.version}.jar \
   file:bundle/3/sensinact-northbound-access-${project.version}.jar \