Details
-
Bug
-
Resolution: Fixed
-
Major
-
4.1.3
-
None
-
Unit
-
N/A
-
N/A
-
Description
The git platform module has 2 deps:
- org.eclipse.jgit:org.eclipse.jgit:2.0.0.201206130900-r
- org.gitective:gitective-core:0.9.9
Maven builds this fine but the EM fails with:
Could not find artifact org.eclipse.jgit:org.eclipse.jgit:jar:1.3.0.201202151440-r in local (file:///Users/vmassol/.m2/repository)
The problem is that org.gitective:gitective-core:0.9.9 has a transitive dep on org.eclipse.jgit:org.eclipse.jgit:jar:1.3.0.201202151440-r
While Maven resolves this fine it seems the EM doesn't and fail.