RE: I keep getting this messaeg This artifact has been relocated to javax.servlet:servlet-api:2.4-20040521

2008-12-12 Thread Fogleson, Allen
It just means that an artifact has been relocated within the repository. It's a warning but you can get rid of it by doing the following. Within the pom's that have the servlet-api as a dependency just change it from: ... groupIdWhatever groupid you have/groupId artifactIdservlet-api/artifactId

Re: I keep getting this messaeg This artifact has been relocated to javax.servlet:servlet-api:2.4-20040521

2008-12-11 Thread Wayne Fay
Its not a big problem but you should probably change the dependency declaration in your pom to reflect the new location/version. Wayne On Thu, Dec 11, 2008 at 1:43 PM, miro miroconn...@yahoo.com wrote: Please help me what is worng with this and what should i do to get rid of this warning --