diff options
author | Ubuntu <sunshine.wang@huawei.com> | 2020-01-07 22:08:38 +0800 |
---|---|---|
committer | Ubuntu <sunshine.wang@huawei.com> | 2020-01-07 22:15:15 +0800 |
commit | 8c02dcc9057a300c08a7fc22265c45c3c771226e (patch) | |
tree | af0bde6ae3429aa0e1103ae79bfbd7efb148173e /mso-catalog-db/pom.xml | |
parent | 8f37667d999101c2e4e395d810376173a5714794 (diff) |
find workflow by pnf model uuid with CatalogDbClient
Issue-ID: SO-2558
Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com>
Change-Id: I62d9ae70befdd870d217de64cca36fe04a69e96e
Diffstat (limited to 'mso-catalog-db/pom.xml')
-rw-r--r-- | mso-catalog-db/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml index 08e9719f50..610ed25096 100644 --- a/mso-catalog-db/pom.xml +++ b/mso-catalog-db/pom.xml @@ -102,5 +102,22 @@ <artifactId>asm-xml</artifactId> <version>6.1</version> </dependency> + <dependency> + <groupId>org.glassfish.jersey.core</groupId> + <artifactId>jersey-common</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>2.28.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito2</artifactId> + <version>2.0.4</version> + <scope>test</scope> + </dependency> </dependencies> </project> |