From e59628ece1b79a2c5f2e0b29b8fcfa7c4f927559 Mon Sep 17 00:00:00 2001 From: Sreeram Garlapati Date: Tue, 26 Jan 2016 15:36:16 -0800 Subject: [PATCH] fix pom to include the dependency - junit (scope to be present while running tests) --- java/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index 2eab549e..a0e060e7 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -5,13 +5,14 @@ com.microsoft.azure azure-eventhubs 0.0.1-SNAPSHOT - pom + jar azure-eventhubs http://maven.apache.org UTF-8 + 4.10 @@ -27,5 +28,12 @@ bcpkix-jdk15on 1.47 + + junit + junit + ${junit-version} + test + +