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: [email protected] > For additional commands, e-mail: [email protected] > > > -- 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: [email protected] For additional commands, e-mail: [email protected]
