diff options
author | Michael Lando <ml636r@att.com> | 2017-02-28 17:04:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-28 17:04:50 +0000 |
commit | 600f97f4d08b6ba28536ee74664c0d92aa7c91e4 (patch) | |
tree | 0c4c1aa68a9a5e88dfad5df5e0c56a36e9510d97 /distribution-ci | |
parent | 8440797eac059039ac9846610288f7ad5b4f3a6f (diff) | |
parent | c34b77cead2a33421d86e3a712b222bc8cef6a8f (diff) |
Merge "pom update"
Diffstat (limited to 'distribution-ci')
-rw-r--r-- | distribution-ci/pom.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/distribution-ci/pom.xml b/distribution-ci/pom.xml index 8e8569ebce..d8603be39a 100644 --- a/distribution-ci/pom.xml +++ b/distribution-ci/pom.xml @@ -13,6 +13,35 @@ <dependencies> + + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <version>6.9.10</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.7.10</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>${guava.version}</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>${lang3.version}</version> + <scope>compile</scope> + </dependency> + <!-- yaml to object converter --> <dependency> <groupId>org.yaml</groupId> @@ -51,6 +80,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <version>4.12</version> <scope>compile</scope> </dependency> |