Skip to content

Commit

Permalink
Remove java-express. Add javalin as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
4Benj authored and Melledy committed Sep 1, 2022
1 parent 712d176 commit bf96062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ dependencies {
implementation group: 'com.esotericsoftware', name : 'reflectasm', version: '1.11.9'
implementation group: 'com.github.davidmoten', name : 'rtree-multi', version: '0.1'

implementation group: 'io.javalin', name: 'javalin', version: '4.6.4'

protobuf files('proto/')

compileOnly 'org.projectlombok:lombok:1.18.24'
Expand Down
Binary file removed lib/java-express.jar
Binary file not shown.

0 comments on commit bf96062

Please sign in to comment.