Skip to content

Commit

Permalink
Add Tencent internal warehouse configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyang733 committed Nov 8, 2023
1 parent f1cd39c commit bd0c515
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,23 @@

<!-- Tencent cloud supports internal configurations, including L5 domain name resolution. -->
<profile>
<!-- NOTE: The following configuration is only used for the Tencent’s internal system. -->
<id>internal</id>
<repositories>
<repository>
<id>tencent_public_snapshots</id>
<name>tencent_public_snapshots</name>
<url>https://mirrors.tencent.com/repository/maven/tencent_public_snapshots</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.tencent.jungle</groupId>
Expand Down

0 comments on commit bd0c515

Please sign in to comment.