X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=pom.xml;h=510a4fff62a733c5d0c8c6555f761e053abed178;hp=91aaa8bd14597fe1209a7c67d8de77856b93af75;hb=f629006c32b366b1bfaf24fb25f128f83e1c76b0;hpb=f45e5e611f7d990477ede18dfc79a18d926eb347 diff --git a/pom.xml b/pom.xml index 91aaa8b..510a4ff 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,12 @@ 60000 60000 ERROR + + com.h2database + h2 + + sa + @@ -40,6 +46,10 @@ org.springframework.boot spring-boot-starter-thymeleaf + + org.springframework.boot + spring-boot-starter-security + org.springframework.social spring-social-facebook @@ -52,16 +62,21 @@ org.springframework.social spring-social-facebook-web - - org.springframework.security - spring-security-crypto - runtime - org.apache.httpcomponents httpclient + + + org.springframework.boot + spring-boot-starter-data-jpa + + + ${jdbc.groupId} + ${jdbc.artifactId} + runtime +