summaryrefslogtreecommitdiffstats
path: root/infra/minimal-distribution/pom.xml
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-09-08 11:57:18 +0200
committerMarek Gradzki <mgradzki@cisco.com>2016-09-08 11:28:55 +0000
commitbb972b5738831e70b98f9165dd2091d7cf5b3c11 (patch)
treed8d87294104fb56cbe3369f23f9fd7a5b5226a7f /infra/minimal-distribution/pom.xml
parent14bdeacc3a1b1e9068c1924812b5e6dbf1271d0c (diff)
HONEYCOMB-197 Minimal distribution positive test
Change-Id: I2191472f10b39a026ccde2494a7921655c57c314 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'infra/minimal-distribution/pom.xml')
-rw-r--r--infra/minimal-distribution/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml
index a03e3a97e..d22f5b7b7 100644
--- a/infra/minimal-distribution/pom.xml
+++ b/infra/minimal-distribution/pom.xml
@@ -167,5 +167,23 @@
<artifactId>notification-impl</artifactId>
<version>${project.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.mashape.unirest</groupId>
+ <artifactId>unirest-java</artifactId>
+ <version>1.4.9</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.jcraft</groupId>
+ <artifactId>jsch</artifactId>
+ <version>0.1.54</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>