X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=pom.xml;h=bff461f07983b3dcb4035bc4913262528cc4c589;hp=91aaa8bd14597fe1209a7c67d8de77856b93af75;hb=3ba0e06f2f52ca1959dccaa33e288369914571af;hpb=f45e5e611f7d990477ede18dfc79a18d926eb347 diff --git a/pom.xml b/pom.xml index 91aaa8b..bff461f 100644 --- a/pom.xml +++ b/pom.xml @@ -28,11 +28,15 @@ NOT_SET NOT_SET + NOT_SET NOT_SET 60000 60000 ERROR + + com.h2database + h2 @@ -40,6 +44,10 @@ org.springframework.boot spring-boot-starter-thymeleaf + + org.springframework.boot + spring-boot-starter-security + org.springframework.social spring-social-facebook @@ -52,16 +60,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 +