-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move 'maps-module' code to 'servers/maps/server' (next steps will be …
…to make this a standalone server) (#12138) * Move 'maps-module' code to 'servers/maps/server' (next steps will be to make this a standalone server) * Formatting
- Loading branch information
1 parent
2f1f8b7
commit 82379d7
Showing
53 changed files
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
dependencies { | ||
implementation "io.dropwizard:dropwizard-core:$dropwizardVersion" | ||
implementation "io.dropwizard:dropwizard-jdbi3:$dropwizardVersion" | ||
implementation "org.jdbi:jdbi3-core:$jdbiVersion" | ||
implementation "org.jdbi:jdbi3-sqlobject:$jdbiVersion" | ||
implementation project(':http-clients:github-client') | ||
implementation project(':http-clients:lobby-client') | ||
implementation project(':lib:java-extras') | ||
implementation project(':spitfire-server:database') | ||
implementation project(':spitfire-server:lib:scheduled-tasks') | ||
runtimeOnly "org.postgresql:postgresql:$postgresqlVersion" | ||
testImplementation "com.github.database-rider:rider-junit5:$databaseRiderVersion" | ||
testImplementation "io.dropwizard:dropwizard-testing:$dropwizardVersion" | ||
testImplementation "uk.co.datumedge:hamcrest-json:$hamcrestJsonVersion" | ||
testImplementation project(':lib:test-common') | ||
testImplementation project(':spitfire-server:database-test-support') | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.