Skip to content

Commit

Permalink
Add Splunk repository to FP pipeline
Browse files Browse the repository at this point in the history
Sadly the Splunk jars are not published to Maven central, this follows instructions from https://github.com/splunk/splunk-library-javalogging
  • Loading branch information
chadlwilson authored Jan 22, 2025
1 parent cc0d5ed commit 9fad312
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/files/maven-pom.middle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
<name>gradle</name>
<url>https://plugins.gradle.org/m2/</url>
</repository>
<repository>
<id>splunk-artifactory</id>
<name>Splunk Releases</name>
<url>https://splunk.jfrog.io/splunk/ext-releases-local</url>
</repository>
<repository>
<id>vaadin-addon</id>
<name>vaadin addons</name>
Expand Down

0 comments on commit 9fad312

Please sign in to comment.