Hi there ,

I have this dependency present in my pom.xml .
<dependency>
                        <groupId>org.apache.solr</groupId>
                        <artifactId>solr-cell</artifactId>
                        <version>4.0</version>
                </dependency>

However , while trying to mvn install results in buil error because this
dependency isn't resolved successfully.

I tried hunting for the respository url which can fetch this dependency for
me, but all was in vain.

However, i found pm.xml files for this dependency.I don't know, but can I
link this pom with my pom.xml which is present in my code to resolve
dependency ?

Or what i should do ?



--
View this message in context: 
http://maven.40175.n5.nabble.com/adding-repository-url-tp5784961.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to