This is an automated email from the ASF dual-hosted git repository.
chrisdutz 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 92efdd7db4 fix: Relaxed the coverage threshold for pcap-replay
transport, as the CI/CD servers don't seem to have the ability to run all tests.
92efdd7db4 is described below
commit 92efdd7db4cc951b0e63d04cb5aedb2763c6524d
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Jun 12 18:32:12 2026 +0200
fix: Relaxed the coverage threshold for pcap-replay transport, as the CI/CD
servers don't seem to have the ability to run all tests.
---
plc4j/transports/pcap-replay/pom.xml | 23 ++++++++++-------------
1 file changed, 10 insertions(+), 13 deletions(-)
diff --git a/plc4j/transports/pcap-replay/pom.xml
b/plc4j/transports/pcap-replay/pom.xml
index 66a6be1b20..6e0506c98d 100644
--- a/plc4j/transports/pcap-replay/pom.xml
+++ b/plc4j/transports/pcap-replay/pom.xml
@@ -74,6 +74,16 @@
</execution>
</executions>
</plugin>
+
+ <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>
@@ -142,17 +152,4 @@
</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