X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=pom.xml;h=510a4fff62a733c5d0c8c6555f761e053abed178;hp=5c70ea41d5cef7506885f16cbf69e4ad3bca6700;hb=f629006c32b366b1bfaf24fb25f128f83e1c76b0;hpb=8f6d3c83aa9651e593b57b3d47cfd50a4ae73661 diff --git a/pom.xml b/pom.xml index 5c70ea4..510a4ff 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,12 @@ 60000 60000 ERROR + + com.h2database + h2 + + sa + @@ -61,6 +67,16 @@ org.apache.httpcomponents httpclient + + + org.springframework.boot + spring-boot-starter-data-jpa + + + ${jdbc.groupId} + ${jdbc.artifactId} + runtime +