1.7.1 not available on Maven
See original GitHub issueThis 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:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top 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 >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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The documentation shared above (http://dev.splunk.com/view/splunk-logging-java/SP-CAAAE3P) says to add this maven repository:
But the artefact doesn’t exist anymore in this repository. Where is the official jar being made available?
https://splunk.jfrog.io/splunk/ext-releases-local is available again