diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-10-25 09:57:33 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-10-25 12:26:16 +0100 |
commit | f906185ce1424f707d290d3e4fc3e4b8a3e184f9 (patch) | |
tree | 10cd462d53f0d846517c182e35d854c2cd4c215f /tools | |
parent | bc949bab9233b43224d9d9fab5243f7b62b7751e (diff) |
Increase apex-pdp line and branch coverage
Issue-ID: POLICY-5059
Change-Id: Ifa1472dd914ec0ef25372fa057514571a7ea27ac
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/simple-wsclient/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/simple-wsclient/pom.xml b/tools/simple-wsclient/pom.xml index 2d7de02a5..cb737a4c1 100644 --- a/tools/simple-wsclient/pom.xml +++ b/tools/simple-wsclient/pom.xml @@ -30,6 +30,10 @@ <name>${project.artifactId}</name> <description>[${project.parent.artifactId}] Simple Websocket client (console and echo)</description> + <properties> + <sonar.skip>true</sonar.skip> + </properties> + <dependencies> <dependency> <groupId>jakarta.websocket</groupId> |