Update pom.xml

test dependency is added.
This commit is contained in:
Yusuf Aytaş 2014-09-07 00:42:00 +01:00
parent 1f0bedbbe1
commit 459b696777

View File

@ -6,4 +6,12 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>double-checked-locking</artifactId>
</project>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>