X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=pom.xml;h=b0f7f5d8035afc1cb04401341e14e7175d92383c;hp=91aaa8bd14597fe1209a7c67d8de77856b93af75;hb=7cd836b4071f8a10ffec85f0c8f5e593f77b1f2d;hpb=f45e5e611f7d990477ede18dfc79a18d926eb347 diff --git a/pom.xml b/pom.xml index 91aaa8b..b0f7f5d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,14 +25,25 @@ 1.8 + + 8443 + de + DE + Europe/Berlin - NOT_SET - NOT_SET - NOT_SET + NOT_SET + NOT_SET + NOT_SET - 60000 - 60000 - ERROR + 60000 + 60000 + ERROR + + com.h2database + h2 + + sa + @@ -40,6 +51,10 @@ org.springframework.boot spring-boot-starter-thymeleaf + + org.springframework.boot + spring-boot-starter-security + org.springframework.social spring-social-facebook @@ -52,16 +67,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 + + + ${yourshouter.facebook.app.jdbc.groupId} + ${yourshouter.facebook.app.jdbc.artifactId} + runtime + @@ -70,6 +90,42 @@ org.springframework.boot spring-boot-maven-plugin + + io.fabric8 + docker-maven-plugin + 0.26.0 + + + + yourshouter/%a:%v + + openjdk:8-jre-alpine + kai@yourshouter.com + + ${project.version} + + + ${yourshouter.facebook.app.server.port}/tcp + + + + + java + -Duser.language=${yourshouter.api.language} + -Duser.country=${yourshouter.api.country} + -Duser.timezone=${yourshouter.api.timezone} + -jar + /maven/${project.build.finalName}.jar + + + + artifact + + + + + +