POM not downloading com.splunk dependency

Jonathan Saldivar March 12, 2019

I want to integrate Splunk service to my project, but maven is not downloading the dependency, I am getting this error 

build	12-Mar-2019 05:00:05	[WARNING] The POM for com.splunk:splunk:jar:1.6.5.0 is missing, no dependency information available
build	12-Mar-2019 05:00:05	[INFO] Downloading from nexus: http://domain:8081/nexus/content/groups/public/com/splunk/splunk/1.6.5.0/splunk-1.6.5.0.jar
build	12-Mar-2019 05:00:05	[INFO] ------------------------------------------------------------------------
build	12-Mar-2019 05:00:05	[INFO] BUILD FAILURE
build	12-Mar-2019 05:00:05	[INFO] ------------------------------------------------------------------------
build	12-Mar-2019 05:00:05	[INFO] Total time: 2.599 s
build	12-Mar-2019 05:00:05	[INFO] Finished at: 2019-03-12T05:00:05Z
build	12-Mar-2019 05:00:06	[INFO] Final Memory: 12M/304M
build	12-Mar-2019 05:00:06	[INFO] ------------------------------------------------------------------------
build	12-Mar-2019 05:00:06	[ERROR] Failed to execute goal on project myProject: Could not resolve dependencies for project myProject:myProject:jar:0.0.1-SNAPSHOT: Could not find artifact com.splunk:splunk:jar:1.6.5.0 in nexus (http://domain:8081/nexus/content/groups/public)

 

0 answers

Suggest an answer

Log in or Sign up to answer