diff --git a/.gitignore b/.gitignore index f1da2e8..1892e48 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ out/ ### VS Code ### .vscode/ + +### Heroku ### +.env \ No newline at end of file diff --git a/Procfile b/Procfile index e82ce51..ebe5b24 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: java -jar build/libs/braintree-p4p-sample-merchant-0.0.1-SNAPSHOT.jar +web: java $JAVA_OPTS -cp target/classes:target/dependency/* com.braintree.braintreep4psamplemerchant.SampleMerchantApplication diff --git a/pom.xml b/pom.xml index 9409685..ecd2d61 100644 --- a/pom.xml +++ b/pom.xml @@ -21,8 +21,16 @@ - org.springframework.boot - spring-boot-maven-plugin + org.apache.maven.plugins + maven-dependency-plugin + 3.0.1 + + + copy-dependencies + package + copy-dependencies + +