This is an automated email from the ASF dual-hosted git repository.
jfeinauer pushed a commit to branch feature/resolve-split-package-osgi
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to
refs/heads/feature/resolve-split-package-osgi by this push:
new 4ee6c64 [OSGi] Removed wrap from bit-io as its a OSGi bundle now.
4ee6c64 is described below
commit 4ee6c6451acf3eedf7e3dec0e5409d78b92a6317
Author: Julian Feinauer <[email protected]>
AuthorDate: Sun Oct 20 15:54:43 2019 +0200
[OSGi] Removed wrap from bit-io as its a OSGi bundle now.
---
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 e79b498..6b78838 100644
--- a/plc4j/karaf-features/s7/src/main/feature/feature.xml
+++ b/plc4j/karaf-features/s7/src/main/feature/feature.xml
@@ -33,7 +33,7 @@
<bundle>mvn:org.apache.plc4x/plc4j-utils-driver-base-java/${project.version}</bundle>
<bundle>mvn:org.apache.plc4x/plc4j-protocol-driver-base-tcp/${project.version}</bundle>
<bundle>mvn:io.netty/netty-codec/4.1.39.Final</bundle>
- <bundle>wrap:mvn:com.github.jinahya/bit-io/1.4.2</bundle>
+ <bundle>mvn:com.github.jinahya/bit-io/1.4.3</bundle>
<bundle>mvn:commons-codec/commons-codec/1.12</bundle>
<bundle>mvn:io.netty/netty-common/4.1.39.Final</bundle>
<bundle>mvn:io.netty/netty-transport/4.1.39.Final</bundle>