Questions tagged [build-dependencies]

Issues regarding defining builds with well-defined dependencies library versions (for Java mainly using maven's Dependency management)

196 questions
-1
votes
1 answer

What is the meaning of (,${project.version}] in Maven dependency?

I have seen the value (,${project.version}] in the version element of maven dependencies. Do these parenthesis and comma mean anything special that make it different from just ${project.version}?
Raul Santelices
  • 1,030
  • 11
  • 17
1 2 3
13
14