Skip to content

External repositories not needed anymore in README #550

Description

@delvh

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

Metadata

Metadata

Assignees

Labels

P2kind/documentationImprovements or additions to documentation

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions