Skip to content

Commit

Permalink
Re-add restlet repository with new URL
Browse files Browse the repository at this point in the history
Turns out we do need this. Restlet isn't in central, the CI builds
were caching the artifacts.
  • Loading branch information
ato committed Oct 15, 2024
1 parent 8e56818 commit 891dbe7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
<packaging>jar</packaging>
<name>Heritrix 3: 'engine' subproject</name>

<repositories>
<repository>
<id>maven-restlet</id>
<url>https://maven.restlet.talend.com</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.archive.heritrix</groupId>
Expand Down

0 comments on commit 891dbe7

Please sign in to comment.