Skip to content

Commit

Permalink
Merge pull request #320 from rquinio1A/bugfix/maven-central-repo
Browse files Browse the repository at this point in the history
ci: add back central repo for efficiency
  • Loading branch information
rquinio1A authored Jan 16, 2025
2 parents 49ff964 + 5182c2f commit 5bd5b1c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,21 @@
<module>deployment</module>
</modules>
<repositories>
<repository>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>splunk</id>
<name>Splunk Releases</name>
<url>https://splunk.jfrog.io/splunk/ext-releases-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<dependencyManagement>
Expand Down

0 comments on commit 5bd5b1c

Please sign in to comment.