Hello,
When your pom.xml starts looking like this:
<dependency>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
<version>3.3.0-v20070606-0010</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>swt</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
</exclusions>
</dependency>
I believe some actions are necessary. Does anyone know who the owner of the
org.eclipse.* pom.xmls and jars is?
I would like to contact them, they have loads of version bugs in their files
:(
Stephen Connolly-2 wrote:
>
> Could you not work around the issue with exclusions?
>
--
View this message in context:
http://www.nabble.com/Dependency-problem-for-org.eclipse.core%3Aruntime%3A3.3.100-v20070530-tp19327179p19373173.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]