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 2022/08/02 07:29:38 UTC

[plc4x] branch develop updated: chore(plc4j/test-generator): Added the plc4j-utils-pcap-shared back.

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8d2dee898 chore(plc4j/test-generator): Added the plc4j-utils-pcap-shared back.
8d2dee898 is described below

commit 8d2dee8987af67c74e32b29a268816cec3410a9f
Author: christoferdutz <ch...@c-ware.de>
AuthorDate: Tue Aug 2 09:29:31 2022 +0200

    chore(plc4j/test-generator): Added the plc4j-utils-pcap-shared back.
---
 plc4j/utils/test-generator/pom.xml | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/plc4j/utils/test-generator/pom.xml b/plc4j/utils/test-generator/pom.xml
index 8fcc9ca06..000242fee 100644
--- a/plc4j/utils/test-generator/pom.xml
+++ b/plc4j/utils/test-generator/pom.xml
@@ -69,6 +69,15 @@
           </includes>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <configuration>
+          <usedDependencies combine.children="append">
+            <usedDependency>org.apache.plc4x:plc4j-utils-pcap-shared</usedDependency>
+          </usedDependencies>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
@@ -94,12 +103,11 @@
       <groupId>org.pcap4j</groupId>
       <artifactId>pcap4j-core</artifactId>
     </dependency>
-    <!--dependency>
+    <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-utils-pcap-shared</artifactId>
       <version>0.10.0-SNAPSHOT</version>
-      <optional>true</optional>
-    </dependency-->
+    </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-spi</artifactId>