We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344b2bc commit 2bfd481Copy full SHA for 2bfd481
build.gradle
@@ -9,9 +9,6 @@ repositories {
9
}
10
11
dependencies {
12
- compile('com.sparkjava:spark-core:2.9.0')
13
- compile('com.sparkjava:spark-template-handlebars:2.7.1')
14
- compile('ch.qos.logback:logback-classic:1.2.3')
15
testCompile('org.junit.jupiter:junit-jupiter:5.4.2')
16
testCompile('org.assertj:assertj-core:3.11.1')
17
src/main/resources/templates/index.html
src/main/resources/templates/result.html
src/main/resources/templates/show.html
0 commit comments