Dependencies in maven GAV notation #899
-
Could you please explain what i am doing wrong when i am trying to set up postgres dependency at camel.jbang.dependencies? I am using notation: My camel.jbang.dependencies = camel-console, camel-jdbc, org.postgresql:postgresql:42.0.0 And i am receiving the error: What is the correct way to set up an external dependencies via application.properties ? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I think that it should not be spaces, like:
@davsclaus fyi |
Beta Was this translation helpful? Give feedback.
-
@mgubaidullin thanx! it's Downloaded: org.postgresql:postgresql:42.6.0 (took: 964ms) from: central@https://repo1.maven.org/maven2 now )) |
Beta Was this translation helpful? Give feedback.
-
Yes you should not have spaces, something we likely can improve, but there are several places where artifacts are resolved, so its not just 1 code change. |
Beta Was this translation helpful? Give feedback.
-
I created a ticket The white-space is hard to spot in the log error message |
Beta Was this translation helpful? Give feedback.
I think that it should not be spaces, like:
@davsclaus fyi