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 
...

To:
...
groupIdjavax.servlet/groupId
artifactIdservlet-api/artifactId
...

Al

-Original Message-
From: miro [mailto:miroconn...@yahoo.com] 
Sent: Thursday, December 11, 2008 4:44 PM
To: users@maven.apache.org
Subject: I keep getting this messaeg This artifact has been relocated to 
javax.servlet:servlet-api:2.4-20040521


Please help me what is worng with this and what should i do to get rid of
this warning 
-- 
View this message in context: 
http://www.nabble.com/I-keep-getting-this-messaeg--This-artifact-has-been-relocated-to-javax.servlet%3Aservlet-api%3A2.4-20040521-tp20964763p20964763.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


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



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
 --
 View this message in context: 
 http://www.nabble.com/I-keep-getting-this-messaeg--This-artifact-has-been-relocated-to-javax.servlet%3Aservlet-api%3A2.4-20040521-tp20964763p20964763.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



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