I have one dependency left to determine the GAV for in a massive project
overhaul. The original GAV data was as follows:

<dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>jsp-api</artifactId>
    <version>2.0</version>  
    <scope>system</scope>
    <systemPath>
        ${basedir}/../configuration-sets/redacted/lib/jsp-api.jar
    </systemPath>
</dependency>

But I don't believe it. Here's the file: 
http://www.nabble.com/file/p23699126/servlet-api.jar servlet-api.jar 

The manifest is: 

Manifest-Version: 1.0
Specification-Title: JBoss
Created-By: 1.5.0_06-b05 (Sun Microsystems Inc.)
Ant-Version: Apache Ant 1.6.5
Implementation-Title: JBoss [Trinity]
Specification-Vendor: JBoss (http://www.jboss.org/)
Specification-Version: 4.2.2.GA
Implementation-Vendor-Id: http://www.jboss.org/
Implementation-Version: 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=20
 0710221139)
Implementation-Vendor: JBoss Inc.
Implementation-URL: http://www.jboss.org/

What GAV data should I be using? What repository would I find it in?
-- 
View this message in context: 
http://www.nabble.com/Determining-real-GAV-for-java.servlet%3Aservlet-api-tp23699126p23699126.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