1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 2 <parent> 3 <groupId>org.eclipse.jetty.orbit</groupId> 4 <artifactId>jetty-orbit</artifactId> 5 <version>1</version> 6 </parent> 7 <modelVersion>4.0.0</modelVersion> 8 <groupId>org.eclipse.jetty.orbit</groupId> 9 <artifactId>javax.servlet</artifactId> 10 <version>3.0.0.v201112011016</version> 11 <name>Jetty Orbit :: Servlet API</name> 12 <description> 13 This artifact originates from the Orbit Project at Eclipse, 14 it is an osgi bundle and is signed as well. 15 </description> 16 <packaging>orbit</packaging> 17</project> 18