Currently, the following code can be found inside the README:
<repositories>
...
<!-- BEGIN: Dapr's repositories -->
<repository>
<id>oss-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<id>oss-release</id>
<url>https://oss.sonatype.org/content/repositories/releases/</url>
</repository>
<!-- END: Dapr's repositories -->
...
</repositories>
As far as I can see and have tested, these repositories are no longer needed to download the SDK using Maven, as Dapr has now been uploaded to Maven Central.
I'd suggest removing this entry then from the README.
RELEASE NOTE: N/A
Currently, the following code can be found inside the README:
As far as I can see and have tested, these repositories are no longer needed to download the SDK using Maven, as Dapr has now been uploaded to Maven Central.
I'd suggest removing this entry then from the README.
RELEASE NOTE: N/A