X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=pom.xml;h=30f0bcaf651ca6a148b2049d0c9e9ae1a46ca324;hp=c025b24579e5e8415c6249ac678601363a952dda;hb=5bb23cb020f40d07922e636ded0bb06c3c01109d;hpb=174c0e31b6114e9ff7a8012e0a0ac3bfdaad0a88 diff --git a/pom.xml b/pom.xml index c025b24..30f0bca 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,14 @@ NOT_SET NOT_SET + NOT_SET + + 60000 + 60000 + ERROR + + com.h2database + h2 @@ -35,6 +43,10 @@ org.springframework.boot spring-boot-starter-thymeleaf + + org.springframework.boot + spring-boot-starter-security + org.springframework.social spring-social-facebook @@ -43,6 +55,25 @@ org.slf4j slf4j-api + + org.springframework.social + spring-social-facebook-web + + + + org.apache.httpcomponents + httpclient + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + ${jdbc.groupId} + ${jdbc.artifactId} + runtime +