You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/10/18 13:17:36 UTC

[plc4x] 12/15: [Karaf] Fixed bug in feature.xml.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/resolve-split-package-osgi
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 482875e20a7de710763191c166322c3166b128e7
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Fri Oct 18 14:01:36 2019 +0200

    [Karaf] Fixed bug in feature.xml.
---
 plc4j/karaf-features/s7/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/karaf-features/s7/src/main/feature/feature.xml b/plc4j/karaf-features/s7/src/main/feature/feature.xml
index b05e95f..e79b498 100644
--- a/plc4j/karaf-features/s7/src/main/feature/feature.xml
+++ b/plc4j/karaf-features/s7/src/main/feature/feature.xml
@@ -24,7 +24,7 @@
     </details>
     <feature prerequisite="true">wrap</feature>
     <feature>scr</feature>
-<!--    <bundle>mvn:org.apache.plc4x/plc4j-driver-s7/${project.version}</bundle>-->
+    <bundle>mvn:org.apache.plc4x/plc4j-driver-s7/${project.version}</bundle>
     <bundle>mvn:org.apache.plc4x/plc4j-api/${project.version}</bundle>
     <bundle>mvn:org.apache.plc4x/plc4j-protocol-iso-on-tcp/${project.version}</bundle>
     <bundle>mvn:org.apache.plc4x/plc4j-protocol-iso-tp/${project.version}</bundle>