Please use this in your POMs: <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase</artifactId> <version>0.21.0-SNAPSHOT</version> <type>pom</type> </dependency>
You have hbase-core which was what we were flying with there for a while when hbase had submodules -- one for core, and then one each for each contrib -- but since we flattened hbase maven layout so just a jar target. Hopefully doing above change fixes things for you. St.Ack On Thu, Jun 3, 2010 at 10:17 PM, Imran M Yousuf <[email protected]> wrote: > Hi, > > I am trying to use HBase as maven dependency and am running in an > error for 0.21-SNAPSHOT :(. I have attached the DEBUG maven output and > Maven, Java versions and relevant POMs are as follows. > > Maven & Java version: > ------------------------------- > > Apache Maven 2.1.0 (r755702; 2009-03-19 01:10:27+0600) > Java version: 1.6.0_13 > Java home: /opt/jdk1.6.0_13/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux" version: "2.6.28-18-generic" arch: "i386" Family: "unix" > Ubuntu 9.04 > > Relevant POM files: > ---------------------------- > > http://github.com/imyousuf/smart-dao/blob/master/smart-hbase-dao/pom.xml > http://github.com/imyousuf/smart-dao/blob/master/pom.xml (Line 178) > > I would be grateful if someone would kindly help getting it to work. > Please feel free to ask me anything in this regard. > > Thank you. > > -- > Imran M Yousuf > Entrepreneur & Software Engineer > Smart IT Engineering > Dhaka, Bangladesh > Email: [email protected] > Blog: http://imyousuf-tech.blogs.smartitengineering.com/ > Mobile: +880-1711402557 >
