summaryrefslogtreecommitdiffstats
path: root/cloudify-client/pom.xml
diff options
context:
space:
mode:
authorArthur Martella <amartell@research.att.com>2018-03-19 12:52:13 -0400
committerArthur Martella <amartell@research.att.com>2018-03-19 12:52:13 -0400
commit48cad37a5c9906b24ae75532d45fb7fa21a32a52 (patch)
tree8434a05af00205cb69cd0e08412ab41cafa0fa44 /cloudify-client/pom.xml
parent88a47679a783c620683d283b20b04fcdc97b4c8f (diff)
Add some initial unit test to cloudify client
See also: MSO-2317 R1806 Change-Id: Ia5539fe2adc1e8c3159bc767c2b7eaa0114094f1 Issue-ID: SO-489 Signed-off-by: Arthur Martella <amartell@research.att.com>
Diffstat (limited to 'cloudify-client/pom.xml')
-rw-r--r--cloudify-client/pom.xml28
1 files changed, 26 insertions, 2 deletions
diff --git a/cloudify-client/pom.xml b/cloudify-client/pom.xml
index 61798c3462..9b2ca39615 100644
--- a/cloudify-client/pom.xml
+++ b/cloudify-client/pom.xml
@@ -35,12 +35,36 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>4.3.1</version>
+<!-- <version>4.3.1</version> -->
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.5</version>
+<!-- <version>4.5.5</version> -->
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.9.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>