Skip to content

Commit

Permalink
remove spark.java dependency, web resources
Browse files Browse the repository at this point in the history
  • Loading branch information
javajigi committed Jun 19, 2019
1 parent a29302d commit cde09ab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 246 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ repositories {
}

dependencies {
compile('com.sparkjava:spark-core:2.9.0')
compile('com.sparkjava:spark-template-handlebars:2.7.1')
compile('ch.qos.logback:logback-classic:1.2.3')
testCompile('org.junit.jupiter:junit-jupiter:5.4.2')
testCompile('org.assertj:assertj-core:3.11.1')
}
87 changes: 0 additions & 87 deletions src/main/resources/templates/game.html

This file was deleted.

77 changes: 0 additions & 77 deletions src/main/resources/templates/index.html

This file was deleted.

79 changes: 0 additions & 79 deletions src/main/resources/templates/result.html

This file was deleted.

0 comments on commit cde09ab

Please sign in to comment.