Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 9fad312

Browse files
authored
Add Splunk repository to FP pipeline
Sadly the Splunk jars are not published to Maven central, this follows instructions from https://github.com/splunk/splunk-library-javalogging
1 parent cc0d5ed commit 9fad312

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/files/maven-pom.middle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
<name>gradle</name>
5050
<url>https://plugins.gradle.org/m2/</url>
5151
</repository>
52+
<repository>
53+
<id>splunk-artifactory</id>
54+
<name>Splunk Releases</name>
55+
<url>https://splunk.jfrog.io/splunk/ext-releases-local</url>
56+
</repository>
5257
<repository>
5358
<id>vaadin-addon</id>
5459
<name>vaadin addons</name>

0 commit comments

Comments
 (0)