diff options
author | Dunietz, Irwin <irwin.dunietz@att.com> | 2019-03-03 12:20:53 -0500 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-03-07 19:04:44 +0000 |
commit | 6a7b6c092c282884cf263315a4a4802242dcb2fc (patch) | |
tree | 614f563ee18ff24560d12ac3acf63f5a56306341 /appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml | |
parent | 7ba77298cc3e45bc215b236414bc406466b1aeec (diff) |
Update appc-dispatcher for >1 ansible servers
Change Transaction record update logic to handle null instance entry.
Issue-ID: APPC-1516
Change-Id: Ia87e08fbb61d4d0be38802e3e81b45773b1d9498
Signed-off-by: Dunietz, Irwin <irwin.dunietz@att.com>
Diffstat (limited to 'appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml')
-rw-r--r-- | appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml index 93da4fe79..9b96a533a 100644 --- a/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml @@ -50,6 +50,11 @@ <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> |