aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-model/pom.xml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-02-28 17:04:50 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-28 17:04:50 +0000
commit600f97f4d08b6ba28536ee74664c0d92aa7c91e4 (patch)
tree0c4c1aa68a9a5e88dfad5df5e0c56a36e9510d97 /catalog-model/pom.xml
parent8440797eac059039ac9846610288f7ad5b4f3a6f (diff)
parentc34b77cead2a33421d86e3a712b222bc8cef6a8f (diff)
Merge "pom update"
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r--catalog-model/pom.xml32
1 files changed, 24 insertions, 8 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index 93b21bf8df..3f21a91b5d 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -17,6 +17,20 @@
<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>provided</scope>
+ </dependency>
+
<!-- yaml to object converter -->
<dependency>
<groupId>org.yaml</groupId>
@@ -134,12 +148,14 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
+ <version>${logback.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
+ <version>${logback.version}</version>
<scope>provided</scope>
</dependency>
@@ -228,6 +244,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
+ <version>${lang3.version}</version>
<scope>provided</scope>
</dependency>
@@ -235,12 +252,14 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
+ <version>${httpclient.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
+ <version>${httpcore.version}</version>
<scope>provided</scope>
</dependency>
@@ -260,30 +279,27 @@
<!-- CASSANDRA END -->
<!-- test -->
-
- <!--dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <scope>test</scope>
- </dependency-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
+ <version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
- <artifactId>aspectjrt</artifactId>
- <version>1.7.4</version>
+ <artifactId>aspectjrt</artifactId>
+ <version>${aspectjrt.version}</version>
+ <!--<version>1.7.4</version>-->
<scope>test</scope>
</dependency>