Skip to content

Commit

Permalink
Fix for Maven rejecting http repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesname committed Jan 30, 2024
1 parent 35dfe87 commit 438e00d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions solr-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,13 @@
<version>1.2</version>
</dependency>
</dependencies>

<repositories>
<!-- Avoid issues w/ http repositories post-Maven 3.8.1 -->
<repository>
<id>maven-restlet</id>
<name>Public online Restlet repository</name>
<url>https://maven.restlet.talend.com</url>
</repository>
</repositories>
</project>

0 comments on commit 438e00d

Please sign in to comment.