Skip to content

Commit

Permalink
Add maven.restlet.org repository (#13248)
Browse files Browse the repository at this point in the history
* Add maven.restlet.org repository

* Unblock restlet-http

* Add maven.restlet.org repository

(cherry picked from commit 717e75d)
  • Loading branch information
codelipenghui committed Dec 16, 2021
1 parent 0de7dd6 commit 50c5dfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1783,5 +1783,13 @@ flexible messaging model and an intuitive client API.</description>
<id>confluent</id>
<url>http://packages.confluent.io/maven/</url>
</repository>
<repository>
<id>maven.restlet.org</id>
<name>maven.restlet.org</name>
<url>https://maven.restlet.talend.com</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>

0 comments on commit 50c5dfe

Please sign in to comment.