aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-trans/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-07-01 14:02:42 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-01 14:02:42 +0000
commit12d85845dbfd7826b2b904faaaf96c0f07bf32a3 (patch)
tree28bbf8216f0d8f3c2e5dd0dcf26c1af782c7086d /controlloop/common/feature-controlloop-trans/pom.xml
parent4bc80ef77521653cdc56f4bb902ab66129c5bd91 (diff)
parente6bf601e69e40768efbc934c88b17fd9d4062e49 (diff)
Merge "Remove sleep() from junit tests"1.5.0
Diffstat (limited to 'controlloop/common/feature-controlloop-trans/pom.xml')
-rw-r--r--controlloop/common/feature-controlloop-trans/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/controlloop/common/feature-controlloop-trans/pom.xml b/controlloop/common/feature-controlloop-trans/pom.xml
index a7cc8dd5a..f7bc974aa 100644
--- a/controlloop/common/feature-controlloop-trans/pom.xml
+++ b/controlloop/common/feature-controlloop-trans/pom.xml
@@ -8,9 +8,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -153,6 +153,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
+ <version>3.0.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>provided</scope>