Problem building with Maven in Netbeans IDE

30 views
Skip to first unread message

Emmanuel John

unread,
Jul 24, 2016, 11:15:44 PM7/24/16
to Cassovary
I'm new to Cassovary
I used the following lines in my POM in NetBeans:

         <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>cassovary-core_2.11</artifactId>
            <version>6.4.0</version>
        </dependency>
But I get the follwoing error:

The POM for com.twitter.common:metrics:jar:0.0.37 is missing, no dependency information available

Is there anything else I'm missing to make Maven work?

PS: I've never used sbt before and would prefer to stick to Maven and quickly dive into working with the library.

Thanks.

joshu...@gmail.com

unread,
Aug 20, 2016, 2:42:18 PM8/20/16
to Cassovary
I'm new to Cassovary as well (just saying that since there could be better solutions)

I solved the issue by adding a repo as following.
<repository>
        <id>twitter</id>
        <url>http://maven.twttr.com/</url>
    </repository>

jars you are looking for such as com.twitter.common:metrics exists in twitter's maven repo, but not central repo 
Reply all
Reply to author
Forward
0 new messages