diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-02-25 20:24:02 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-03-02 09:29:36 +0000 |
commit | 85043189238dee61a9af65e22eabf5b362327082 (patch) | |
tree | 87b74772fc55097836d25c85fa729f4de989600b /common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | |
parent | dfc9cdee69426b48d683e119dda9fae9154e6fde (diff) |
Disable unstable NodeSpecificCliTest
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3490
Change-Id: I0f491942225860b08b767444e831ba10f0f923d4
Diffstat (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/pom.xml')
-rwxr-xr-x | common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index 83dfa8e59c..5077a64518 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -31,6 +31,13 @@ <dependencies> + <!-- https://mvnrepository.com/artifact/org.awaitility/awaitility --> + <dependency> + <groupId>org.awaitility</groupId> + <artifactId>awaitility</artifactId> + <version>4.0.3</version> + <scope>test</scope> + </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> |