You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by miro <mi...@yahoo.com> on 2008/12/11 22:43:50 UTC

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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by "Fogleson, Allen" <Al...@daugherty.com>.
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:
...
<groupId>Whatever groupid you have</groupId>
<artifactId>servlet-api</artifactId >
...

To:
...
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
...

Al

-----Original Message-----
From: miro [mailto:miroconnect@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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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


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

Posted by Wayne Fay <wa...@gmail.com>.
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 <mi...@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-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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