Hi all,
I've just attempted to upgrade to Spring Data Hadoop 1.0.0.M1 after using snapshots, and now I get a Maven dependency failure:
Nothing else has changed in my POM except the version of SDH.Code:Missing artifact javax.jdo:jdo2-api:jar:2.3-ec
Hi all,
I've just attempted to upgrade to Spring Data Hadoop 1.0.0.M1 after using snapshots, and now I get a Maven dependency failure:
Nothing else has changed in my POM except the version of SDH.Code:Missing artifact javax.jdo:jdo2-api:jar:2.3-ec
Do you specify the jdo2-api declaration yourself? If not then most likely it's caused by org.apache.hive/hive-service which points out to this dependency that is not available in Maven central. One of our repo [1] hosts jdo2-api 2.3-eb (not ec). You should be able to fix this by either adding a repo that contains jdo2-api 2.3-ec or by excluding the dependency (potentially replacing it with 2.3-eb).
Not ideal I know but there's not much we can do about this - we could try adding an exclusion on jdo-api but then that causes problems for those who use Hive....
[1] http://repo.springsource.org/webapp/...t?1&q=jdo2-api
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags
By the way, for what it's worth the repo above is a 'gateway' for repo1.maven.org or maven central - so rather then adding our repo you could just use maven central directly.
Hope this helps,
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags