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 2021/07/11 15:34:26 UTC

[plc4x] branch feature/profinet-chris updated: - Commented out forcing pcap4j-core lib to the provided scope

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

cdutz pushed a commit to branch feature/profinet-chris
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/feature/profinet-chris by this push:
     new 299a01c  - Commented out forcing pcap4j-core lib to the provided scope
299a01c is described below

commit 299a01cc7cf59185ac6efb90951505cfb96c765e
Author: cdutz <ch...@c-ware.de>
AuthorDate: Sun Jul 11 17:34:15 2021 +0200

    - Commented out forcing pcap4j-core lib to the provided scope
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 07582ee..42b089c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -354,7 +354,8 @@
         <groupId>org.pcap4j</groupId>
         <artifactId>pcap4j-core</artifactId>
         <version>${pcap4j.version}</version>
-        <scope>provided</scope>
+        <!-- Commented out, if there are problems occurring to this, we need to comment it back in. -->
+        <!--scope>provided</scope-->
       </dependency>
       <dependency>
         <groupId>org.pcap4j</groupId>