diff options
author | Rob Daugherty <rd472p@att.com> | 2018-03-28 01:38:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-28 01:38:51 +0000 |
commit | 394eb84d5c6ba79081e4a19219220e1224a3dde1 (patch) | |
tree | 83574fc1da323125ba2e1c5e28e2f597286ea0f7 /adapters/mso-adapter-utils/pom.xml | |
parent | 1a229bd5f9469ea6aba7e638b20509fa6a56aa0c (diff) | |
parent | 0cdb973be30e05fe7c42bb303ddc2187691984f3 (diff) |
Merge "Initial commit of VDU plugin implementation"
Diffstat (limited to 'adapters/mso-adapter-utils/pom.xml')
-rw-r--r-- | adapters/mso-adapter-utils/pom.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/adapters/mso-adapter-utils/pom.xml b/adapters/mso-adapter-utils/pom.xml index e264a20d9d..ee70fb6f7f 100644 --- a/adapters/mso-adapter-utils/pom.xml +++ b/adapters/mso-adapter-utils/pom.xml @@ -112,6 +112,21 @@ <artifactId>snakeyaml</artifactId> <version>1.15</version> </dependency> - + <dependency> + <groupId>com.shazam</groupId> + <artifactId>shazamcrest</artifactId> + <version>0.11</version> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> </project> |