diff --git a/.gitignore b/.gitignore index 16c4ba49..8bff32d0 100644 --- a/.gitignore +++ b/.gitignore @@ -40,11 +40,18 @@ Temporary Items # Package Files # *.jar *.war +*.nar *.ear +*.zip +*.tar.gz +*.rar # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +# Log file +*.log + # Ignore Gradle GUI config gradle-app.setting diff --git a/build.gradle b/build.gradle index c7d2608a..3e315506 100644 --- a/build.gradle +++ b/build.gradle @@ -15,11 +15,12 @@ repositories { } dependencies { + implementation 'com.sparkjava:spark-core:2.9.4' + implementation 'com.sparkjava:spark-template-handlebars:2.7.1' + implementation 'org.slf4j:slf4j-simple:1.7.32' + implementation 'org.sql2o:sql2o:1.6.0' + implementation group: 'com.h2database', name: 'h2', version: '2.2.220' + implementation 'junit:junit:4.13.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0' - implementation "com.sparkjava:spark-core:2.6.0" - implementation "com.sparkjava:spark-template-handlebars:2.5.5" - implementation 'org.slf4j:slf4j-simple:1.7.21' - implementation 'org.sql2o:sql2o:1.5.4' - implementation group: 'com.h2database', name: 'h2', version: '1.4.191' } \ No newline at end of file diff --git a/src/main/resources/templates/index.hbs b/src/main/resources/templates/index.hbs index 25620813..02478f55 100644 --- a/src/main/resources/templates/index.hbs +++ b/src/main/resources/templates/index.hbs @@ -1,6 +1,6 @@ {{#partial "content"}} -