question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.7.1 not available on Maven

See original GitHub issue

This is similar to https://github.com/splunk/splunk-library-javalogging/issues/90

Maven central says latest version is https://mvnrepository.com/artifact/com.splunk.logging/splunk-library-javalogging but when you click on that link it says “Note: There is a new version for this artifact” with a link to 1.7.1.

But when you add the dependency lines to build.gradle there is an error

* What went wrong:
Execution failed for task ':flywayMigrate'.
> Could not resolve all dependencies for configuration ':compile'.
   > Could not find com.splunk.logging:splunk-library-javalogging:1.7.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/splunk/logging/splunk-library-javalogging/1.7.1/splunk-library-javalogging-1.7.1.pom
       - https://repo.maven.apache.org/maven2/com/splunk/logging/splunk-library-javalogging/1.7.1/splunk-library-javalogging-1.7.1.jar
     Required by:
         project :

https://repo.maven.apache.org/maven2/com/ does not even have splunk in it.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
cristianrgrecocommented, Jun 29, 2021

The documentation shared above (http://dev.splunk.com/view/splunk-logging-java/SP-CAAAE3P) says to add this maven repository:

<repository> 
  <id>splunk-artifactory</id> 
  <name>Splunk Releases</name> 
  <url>https://splunk.jfrog.io/splunk/ext-releases-local</url> 
</repository> 

But the artefact doesn’t exist anymore in this repository. Where is the official jar being made available?

0reactions
vdiravkacommented, Jun 30, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Java_home is 1.7 in mvn version, and in pom.xml, but getting ...
Java_home is 1.7 in mvn version, and in pom.xml, but getting error "Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin" · Do ...
Read more >
org.apache.avro : avro : 1.7.1 - Maven Central
Apache Avro - Avro core components.
Read more >
Maven Getting Started Guide
Whenever a project references a dependency that isn't available in the local repository, Maven will download the dependency from a remote repository into...
Read more >
Azure Artifacts fails to get a package while using an upstream ...
I'm trying to use Maven Central as an upstream source for Maven, ... the first time guice-parent-2.9.1.pom is requested, it will not be...
Read more >
Dependencies are not added while compilation - Google Groups
I am trying to implement CI using Maven on Jenkins for my Java project. But I see that I am getting an error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found