diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-05-25 15:29:59 +0100 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-05-26 10:26:23 +0100 |
commit | 7f298238337e4f88952a2c0938fee9c34cea5fdd (patch) | |
tree | 3ac26ee714a3b6ba362b35b8e10c3608180b96cd /cps-ncmp-service/pom.xml | |
parent | 4cf4962b74765a5afe234aa258a9143ea6936f73 (diff) |
CompositeStateBuilder added for building the compositeState
Added composite state to YangModelCmHandleRetriever
Issue-ID: CPS-878
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I8bdea55c0a8e27a906e24fc367dedf81c9b3501c
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Diffstat (limited to 'cps-ncmp-service/pom.xml')
-rw-r--r-- | cps-ncmp-service/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 573c76e4a8..9467b8f8d6 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -31,6 +31,9 @@ </parent> <artifactId>cps-ncmp-service</artifactId> + <properties> + <minimum-coverage>0.93</minimum-coverage> + </properties> <dependencies> <dependency> |