You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2023/01/13 08:52:28 UTC

[GitHub] [streampipes] tenthe commented on a diff in pull request #1069: Sp 1065

tenthe commented on code in PR #1069:
URL: https://github.com/apache/streampipes/pull/1069#discussion_r1069100765


##########
streampipes-extensions/streampipes-connect-adapters-iiot/pom.xml:
##########
@@ -127,6 +127,12 @@
             <groupId>org.apache.plc4x</groupId>
             <artifactId>plc4j-driver-s7</artifactId>
             <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.fasterxml.woodstox</groupId>
+                    <artifactId>woodstox-core</artifactId>
+                </exclusion>

Review Comment:
   Hopefully not, we have to validate it with a PLC as soon as it is merged. This is included due to some convergence errors



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org