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 2018/01/26 10:46:05 UTC

[incubator-plc4x] branch master updated: - Included the static factory lib

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b02ba35  - Included the static factory lib
b02ba35 is described below

commit b02ba35013f237d876c062b45c3519ad0b5207fc
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Jan 26 11:46:01 2018 +0100

    - Included the static factory lib
---
 plc4j/utils/raw-sockets/pom.xml | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/plc4j/utils/raw-sockets/pom.xml b/plc4j/utils/raw-sockets/pom.xml
index 31e485f..2e8fc98 100644
--- a/plc4j/utils/raw-sockets/pom.xml
+++ b/plc4j/utils/raw-sockets/pom.xml
@@ -55,11 +55,12 @@
       <artifactId>pcap4j-core</artifactId>
       <version>${pcap4j.version}</version>
     </dependency>
-    <!--dependency>
+    <dependency>
       <groupId>org.pcap4j</groupId>
       <artifactId>pcap4j-packetfactory-static</artifactId>
       <version>${pcap4j.version}</version>
-    </dependency-->
+      <scope>runtime</scope>
+    </dependency>
 
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -67,4 +68,18 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <configuration>
+          <usedDependencies>
+            <usedDependency>org.pcap4j:pcap4j-packetfactory-static</usedDependency>
+          </usedDependencies>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.