added junit version
diff --git a/pom.xml b/pom.xml
index 6ac8269..abc20f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
+                        <version>${junit.version}</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>