Hi everybody,
I'm trying to develop a web service using CXF with maven, so when I add the
cxf dependency to pom.xml, I got this error message:
   -> Missing artifact org.apache.cxf:cxf-bundle:bundle:2.2.5:compile

The dependency code is as follow
                
                        org.apache.cxf
                        cxf-bundle
                        2.2.5-incubator
                        bundle
                

When looking at .m2/repository/... , I found that cxf-bundle-2.2.5.jar
doesn't exist, so I download it, and put it in the appropriate directory,
but nothing is going to work

NB: sorry for my english, it is so bad :'(

--
View this message in context: 
http://maven.40175.n5.nabble.com/Missing-artifact-tp4297933p4297933.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