diff --git a/README.md b/README.md index 4269fa7579..c52c7c1003 100644 --- a/README.md +++ b/README.md @@ -43,21 +43,6 @@ This is the Dapr SDK for Java, including the following features: For a Maven project, add the following to your `pom.xml` file: ```xml - ... - - ... - - - oss-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - - oss-release - https://oss.sonatype.org/content/repositories/releases/ - - - ... - ... ... @@ -88,20 +73,6 @@ For a Maven project, add the following to your `pom.xml` file: For a Gradle project, add the following to your `build.gradle` file: ``` -repositories { - ... - // Dapr repositories - maven { - url "https://oss.sonatype.org/content/repositories/snapshots" - mavenContent { - snapshotsOnly() - } - } - maven { - url "https://oss.sonatype.org/content/repositories/releases/" - } -} -... dependencies { ... // Dapr's core SDK with all features, except Actors.