On my checkout (trunk currently), there is no direct dependency on 
org.eclipse.equinox:app:jar. It is drawn in to the project via the
following dependency:

  <dependency>
    <groupId>org.eclipse.core</groupId>
    <artifactId>runtime</artifactId>
    <version>[3.3.0.0,4.0.0)</version>
    <scope>provided</scope>
  </dependency>

On my system, this resolves to 

  org.eclipse.core:runtime:jar:3.3.100-v20070530

This, in turn, depends on

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

which on my system resolves to

  org.eclipse.equinox:app:jar:1.0.0-v20070606

which is available.

Does the runtime dependency resolves to a different version on your system?

Btw. which Maven and/or m2e version do you use?

-- Richard

>>>> On 11.11.2013, at 18:21, Kim Ebert <[email protected]> wrote:
>>>> 
>>>>> Hi All,
>>>>> 
>>>>> I was wondering if anyone else is having a problem building uimaj-2.4.2
>>>>> from source with a fresh Maven repo.
>>>>> 
>>>>> I keep getting an error of
>>>>> 
>>>>> [ERROR] Failed to execute goal on project uimaj-ep-cas-editor: Could not
>>>>> resolve dependencies for project
>>>>> org.apache.uima:uimaj-ep-cas-editor:jar:2.4.2: Failure to find
>>>>> org.eclipse.equinox:app:jar:1.0.0 in http://repo1.maven.org/eclipse was
>>>>> cached in the local repository, resolution will not be reattempted until
>>>>> the update interval of eclipsePlugins has elapsed or updates are forced
>>>>> -> [Help 1]
>>>>> 
>>>>> Any help would be appreciated.
>>>>> 
>>>>> Thanks,
>>>>> 
>>>>> -- 
>>>>> Kim Ebert
>>>>> Perfect Search Corp
>>>>> http://www.perfectsearchcorp.com/

Reply via email to