diff --git a/pom.xml b/pom.xml index e8999f54c6cc0..95afd88dd4317 100644 --- a/pom.xml +++ b/pom.xml @@ -2339,6 +2339,14 @@ flexible messaging model and an intuitive client API.</description> <enabled>false</enabled> </snapshots> </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>