commit | 85043189238dee61a9af65e22eabf5b362327082 | [log] [tgz] |
---|---|---|
author | vasraz <vasyl.razinkov@est.tech> | Thu Feb 25 20:24:02 2021 +0000 |
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | Tue Mar 02 09:29:36 2021 +0000 |
tree | 87b74772fc55097836d25c85fa729f4de989600b | |
parent | dfc9cdee69426b48d683e119dda9fae9154e6fde [diff] [blame] |
Disable unstable NodeSpecificCliTest Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3490 Change-Id: I0f491942225860b08b767444e831ba10f0f923d4
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 83dfa8e..5077a64 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>