X-Git-Url: http://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=pom.xml;h=63299c421b7284de4b627647267b8c5c7d964d32;hp=bff461f07983b3dcb4035bc4913262528cc4c589;hb=40ba98c25236386ae88544c5abcc8025980bfd1f;hpb=3ba0e06f2f52ca1959dccaa33e288369914571af diff --git a/pom.xml b/pom.xml index bff461f..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,18 +25,25 @@ 1.8 + + 8443 + de + DE + Europe/Berlin - NOT_SET - NOT_SET - NOT_SET - NOT_SET + NOT_SET + NOT_SET + NOT_SET - 60000 - 60000 - ERROR + 60000 + 60000 + ERROR - com.h2database - h2 + com.h2database + h2 + + sa + @@ -71,10 +78,15 @@ spring-boot-starter-data-jpa - ${jdbc.groupId} - ${jdbc.artifactId} + ${yourshouter.facebook.app.jdbc.groupId} + ${yourshouter.facebook.app.jdbc.artifactId} runtime + + mysql + mysql-connector-java + ${mysql.version} + @@ -83,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 + + + + + +