Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] When do I have to Specify a "version" for a Maven Dependency?

Dear all,

I have an Eclipse plugin I build with tycho.
In my pom.xml I have some Maven dependencies.

Like this:

<dependency> 
  <groupId>abc</groupId>
  <artifactId>def</artifactId>
  <version>3.12.0</version>
</dependency>

Now, for some dependencies I apparently don't have to specify a version. For others I need to specify the version.

How does resolving those versions work? When do I have to specify a version? And if I don't specify one: Does Tycho always fetch the latest version?

Thanks in advance for getting back to me!
Ingo

Back to the top