I have a parent pom that define a dependency in dependencyManagement bloc like this
<dependencyManagement> <dependencies> <dependency> <groupId>com.tibco.plugins</groupId> <artifactId>com.tibco.bw.palette.shared</artifactId> <version>6.1.100</version> </dependency> </dependencies> </dependencyManagement> In a child pom I'm using the dependency like this
<dependencies> <dependency> <groupId>com.tibco.plugins</groupId> <artifactId>com.tibco.bw.palette.shared</artifactId> <scope>provided</scope> </dependency> the problem is when I open the project is a custom Eclipse IDE, I have this error, it can't understand that the version is in parent pom
I need some way to reference the version from the parent pom in the child pom without redefining it
thank you

clean verify), this often resolves synchronisation issues.