diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-09-21 13:33:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-21 13:33:26 +0000 |
commit | 751573b4c2b538b0423546f5e2786d9b06f5d4b5 (patch) | |
tree | 9e41420f9894daa8328e227c12e22f6efe2bf236 /controlloop | |
parent | 2cbb042488e5f5bcc38058e2144b225c1102509d (diff) | |
parent | d065f5d1f2f36a44f849064393f901070e6df432 (diff) |
Merge "Fix minor warnings in code"
Diffstat (limited to 'controlloop')
-rw-r--r-- | controlloop/common/controller-usecases/pom.xml | 6 | ||||
-rw-r--r-- | controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/ExceptionsTest.java | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/controlloop/common/controller-usecases/pom.xml b/controlloop/common/controller-usecases/pom.xml index 192468f6b..dfe6b9c7a 100644 --- a/controlloop/common/controller-usecases/pom.xml +++ b/controlloop/common/controller-usecases/pom.xml @@ -216,6 +216,12 @@ <artifactId>kie-maven-plugin</artifactId> <goals> <goal>build</goal> + <goal>generateANC</goal> + <goal>generateDMNModel</goal> + <goal>generateModel</goal> + <goal>generatePMMLModel</goal> + <goal>injectreactive</goal> + <goal>validateDMN</goal> </goals> </pluginExecutionFilter> <action> diff --git a/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/ExceptionsTest.java b/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/ExceptionsTest.java index a42ff6f5e..737005eaa 100644 --- a/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/ExceptionsTest.java +++ b/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/ExceptionsTest.java @@ -24,8 +24,6 @@ import static org.junit.Assert.assertEquals; import org.junit.Test; import org.onap.policy.common.utils.test.ExceptionsTester; -import org.onap.policy.controlloop.common.rules.test.SimulatorException; -import org.onap.policy.controlloop.common.rules.test.TopicException; public class ExceptionsTest { |