#84 Utilize Repository layer from another example

This commit is contained in:
Ilkka Seppala
2015-08-09 14:22:23 +03:00
parent 1bcd822c58
commit d1bc28bb22
6 changed files with 179 additions and 1 deletions

View File

@ -11,6 +11,22 @@
<groupId>com.iluwatar.layers</groupId>
<artifactId>layers</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>