implemented and added test cases for DB dao. Added dependency of Hierarchical junit runner in parent pom

This commit is contained in:
Narendra Pathai
2016-03-18 16:39:45 +05:30
parent f6a20c7693
commit 448d855809
4 changed files with 267 additions and 11 deletions

View File

@ -44,6 +44,14 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>de.bechte.junit</groupId>
<artifactId>junit-hierarchicalcontextrunner</artifactId>
</dependency>
</dependencies>
<build>