Browse Source

Merge pull request #14100 from dskarzh/fix/remove-deprecated-sonatype-repo

Remove deprecated Sonatype repo
pull/14114/head
Viacheslav Klimov 10 months ago
committed by GitHub
parent
commit
7305b7f89c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      pom.xml

5
pom.xml

@ -1929,9 +1929,6 @@
<name>Typesafe Repository</name>
<url>https://repo.typesafe.com/typesafe/releases/</url>
</repository>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public</url>
</repository>
</repositories>
</project>

Loading…
Cancel
Save