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.

POM missing warning for v2.12.2

See original GitHub issue

I just updated to v2.12.2 and got these warning while building.

Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.12.2/jackson-jaxrs-base-2.12.2.pom [WARNING] The POM for com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.12.2 is missing, no dependency information available Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jaxrs/2.12.2/jackson-datatype-jaxrs-2.12.2.pom [WARNING] The POM for com.fasterxml.jackson.datatype:jackson-datatype-jaxrs:jar:2.12.2 is missing, no dependency information available Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.12.2/jackson-jaxrs-json-provider-2.12.2.pom [WARNING] The POM for com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.12.2 is missing, no dependency information available Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr353/2.12.2/jackson-datatype-jsr353-2.12.2.pom [WARNING] The POM for com.fasterxml.jackson.datatype:jackson-datatype-jsr353:jar:2.12.2 is missing, no dependency information available

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:26 (19 by maintainers)

github_iconTop GitHub Comments

3reactions
cowtowncodercommented, Mar 4, 2021

@megglos My guess at this point is that I’ll probably have to do 2.12.2.1 micro-path for JAX-RS and jsr-353 first, as a sort of hotfix. And then once everything is verified, settled, 2.12.3, quite soon after. I am not sure it will be feasible to retrofit 2.12.2 that got out due to the way Maven Central syncing works.

3reactions
cowtowncodercommented, Mar 4, 2021

@ilgrosso yes, every artifact that has javax->jakarta classifier has this problem unfortunately, it seems.

Read more comments on GitHub >

github_iconTop Results From Across the Web

java - "The POM for ... is missing, no dependency information ...
Read carefully the warning message : The POM for org.raml:jaxrs-code-generator:jar:2.0.0 is missing, no dependency information available.
Read more >
ojdbc8 12.2.0.1 missing from Oracle maven repository?
Trying to get the dependencies via Gradle versions 3.4.1 and 3.5 fails because the POM files for the following dependencies: com.oracle.jdbc:orai18n:12.2.0.1 ...
Read more >
Maven Build Failing because of missing dependency
[WARNING] The POM for com.mulesoft.muleesb.modules:mule-module-spring-config-ee:jar:3.9.0 is missing, no dependency information available.
Read more >
How to add Oracle JDBC driver in your Maven local repository
How to add Oracle JDBC driver in your Maven local repository · 1. Get Oracle JDBC Driver · 2. Maven Install ojdbc8.jar ·...
Read more >
Chapter 2. Using Maven with JBoss EAP
Configure the JBoss EAP Maven Repository Using the Project POM. Warning. You should avoid this method of configuration as it overrides the global...
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