From bfc830df415ee700da946d8c24906cf03fcd0f84 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Wed, 8 Dec 2021 17:36:49 +0100 Subject: [PATCH] Remove leftovers from README.md (#61) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index e4df735..5bf74b5 100644 --- a/README.md +++ b/README.md @@ -109,11 +109,6 @@ If you are using Gradle, add the following lines into your `build.gradle` file repositories { maven { url "https://mvn.mchv.eu/repository/mchv/" } } -dependencyManagement { - imports { - mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.SR4' - } -} dependencies { // import the BOM implementation platform('it.tdlight:tdlight-java-bom:VERSION')