Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] m2e-core-tests fail to execute with missing guava lib

Can be fixed by adding orbit repo to m2e-core-tests/pom.xml (same as it was in m2e-core previously).

    <repository>
      <id>orbit</id>
      <layout>p2</layout>
    </repository>



On Sat, May 24, 2014 at 12:07 PM, Anton Tanasenko <atg.sleepless@xxxxxxxxx> wrote:
Hi,
Looks like this is due to '435616 don't bundle guava with m2e repository' commit.


[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.eclipse.m2e.tests 1.5.0.qualifier
[ERROR]   Missing requirement: org.eclipse.m2e.core 1.5.0.20140524-0854 requires 'bundle com.google.guava [14.0.1,16.0.0)' but it could not be found
[


Back to the top