Ok, so it the servlet api jar version for JBoss 4.2.2 you're looking
for? I think that would be version "2.5-brew" in JBoss terms (not 2.4
as I wrote in my last mail). It's outlined in JBoss' build script:
http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_4_2_2_GA/build/build-thirdparty.xml

You'll find it here:
http://repository.jboss.org/sun-servlet/2.5-brew/
(Still not a maven repo.)

Yes, it's mess with JBoss jars...

/Anders

On Mon, May 25, 2009 at 08:17, daniel.green <october...@gmail.com> wrote:
>
> Gah, I posted the wrong GAV data. The correct one has java-servlet as the
> artifact id. The given does in fact work for jsp-api, just not for
> java-servlet.
>
>
> Wayne Fay wrote:
>>
>>>    <groupId>javax.servlet</groupId>
>>>    <artifactId>jsp-api</artifactId>
>>>    <version>2.0</version>
>>
>> Any reason this won't work?
>>   <groupId>javax.servlet</groupId>
>>   <artifactId>jsp-api</artifactId>
>>   <version>2.0</version>
>>
>> Taken from:
>> http://repo1.maven.org/maven2/javax/servlet/jsp-api/2.0/jsp-api-2.0.pom
>>
>> Wayne
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/Determining-real-GAV-for-java.servlet%3Aservlet-api-tp23699126p23701698.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

Reply via email to