diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-03-27 00:06:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-27 00:06:19 +0000 |
commit | a84f47325effa7baffb0f8fed2de1fc49ec733e1 (patch) | |
tree | 3219dfac46feac0f28c72e26e253c58e2b0ec6e7 /controlloop/common/model-impl/so/pom.xml | |
parent | f6a81de0fd84186d499c39fe5f2d75c20cb0e301 (diff) | |
parent | 7150a5f7027725b5eed9c723c6224c8b3d5307dd (diff) |
Merge "Add timeout to SO to wait for success"
Diffstat (limited to 'controlloop/common/model-impl/so/pom.xml')
-rw-r--r-- | controlloop/common/model-impl/so/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/controlloop/common/model-impl/so/pom.xml b/controlloop/common/model-impl/so/pom.xml index a026236a6..cc31464a7 100644 --- a/controlloop/common/model-impl/so/pom.xml +++ b/controlloop/common/model-impl/so/pom.xml @@ -60,9 +60,9 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>2.13.0</version> + <groupId>org.glassfish.jersey.containers</groupId> + <artifactId>jersey-container-grizzly2-http</artifactId> + <version>2.25.1</version> <scope>test</scope> </dependency> </dependencies> |