X-Git-Url: http://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=pom.xml;h=63299c421b7284de4b627647267b8c5c7d964d32;hp=5c70ea41d5cef7506885f16cbf69e4ad3bca6700;hb=40ba98c25236386ae88544c5abcc8025980bfd1f;hpb=8f6d3c83aa9651e593b57b3d47cfd50a4ae73661 diff --git a/pom.xml b/pom.xml index 5c70ea4..63299c4 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 1.3.1.RELEASE + 1.5.14.RELEASE @@ -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 + @@ -61,6 +72,21 @@ org.apache.httpcomponents httpclient + + + org.springframework.boot + spring-boot-starter-data-jpa + + + ${yourshouter.facebook.app.jdbc.groupId} + ${yourshouter.facebook.app.jdbc.artifactId} + runtime + + + mysql + mysql-connector-java + ${mysql.version} + @@ -69,6 +95,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 + + + + + +