Hello,

I'm new to this list, so here it goes :)

I'm using repo1.maven.org and I need org.eclipse.core:runtime, version
3.3.100-v20070530 for a build. Unfortunately there are some dependency
problems, and the build fails. I'll explain the problems:

I have this in the org.eclipse.core:runtime pom.xml:

<dependency>
        <groupId>org.eclipse.equinox</groupId>
        <artifactId>app</artifactId>
        <version>[1.0.0,2.0.0)</version>
</dependency>

The version of this dependency that is in repo1 is 1.0.0-v20070606:

<groupId>org.eclipse.equinox</groupId>
<artifactId>app</artifactId>
<version>1.0.0-v20070606</version>

This causes the version check to fail and the build fails too.

Do you have any ideas about how I can solve this, or who I need to
contact to solve the problem?

Thank you,
_______________
Costin Caraivan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to