diff --git a/applications/report-app/build.gradle.kts b/applications/report-app/build.gradle.kts index 4f948f2..9f75d64 100644 --- a/applications/report-app/build.gradle.kts +++ b/applications/report-app/build.gradle.kts @@ -8,10 +8,6 @@ val ktorVersion: String by project val stripeVersion: String by project val postgresVersion: String by project -repositories { - mavenCentral() -} - dependencies { implementation(project(":components:database-support")) implementation(project(":components:stripe-support"))