diff options
Diffstat (limited to 'xacml-test/pom.xml')
-rw-r--r-- | xacml-test/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xacml-test/pom.xml b/xacml-test/pom.xml index 9127f569..12bd639a 100644 --- a/xacml-test/pom.xml +++ b/xacml-test/pom.xml @@ -32,6 +32,11 @@ <artifactId>xacml-test</artifactId> + <properties> + <!-- There is code to support JUnit testing in this sub-module. --> + <sonar.skip>true</sonar.skip> + </properties> + <dependencies> <dependency> <groupId>org.onap.policy.xacml-pdp.applications</groupId> |