Replies: 1 comment 1 reply
-
Seems slf4j simple has it in pom: This suggest interpolation (ArtifactDescriptorReader and/or ModelBuilder) is defunct... I am not at the desk today, but can you share some repo for me to try? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm using MIMA with an app that I'm trying to compile to native with GraalVM and I've already figured out that I needed to add the following to a
resource-config.json
:So far so good and it almost works... except that sometimes it doesn't :-)
So some artifacts seem to download fine. Eg. "org.slf4j:slf4j-api:2.0.13" works fine but if I then try to use "org.slf4j:slf4j-simple:2.0.13" it fails with:
The
${project.version}
in there is particularly strange and I don't know where it's coming from, not from my code at least. But I expect it's some internal Maven thing.Any ideas what could be wrong?
PS: just to be clear, the Java (non-native) version works just fine.
Beta Was this translation helpful? Give feedback.
All reactions