Skip to content

Commit

Permalink
fix: dependencies not found in defined mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
j-luong committed Apr 26, 2024
1 parent c9c7d3e commit 71ea43e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .mvn/settings.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<mirrors>
<mirror>
<id>repo.jenkins-ci.org</id>
<name>Jenkins CI Proxy repository</name>
<url>https://repo.jenkins-ci.org/public/</url>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>

<servers>
<server>
<id>maven.jenkins-ci.org</id>
Expand Down

0 comments on commit 71ea43e

Please sign in to comment.