2017-06-06 11:55:12 -04:00
|
|
|
<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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
|
|
<artifactId>test-servlet-spec-parent</artifactId>
|
2020-11-02 10:04:51 -05:00
|
|
|
<version>9.4.35-SNAPSHOT</version>
|
2017-06-06 11:55:12 -04:00
|
|
|
</parent>
|
2017-08-16 06:37:44 -04:00
|
|
|
|
2017-06-06 11:55:12 -04:00
|
|
|
<name>Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar</name>
|
|
|
|
<artifactId>test-web-fragment</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
2017-08-16 06:37:44 -04:00
|
|
|
|
2017-08-08 12:47:04 -04:00
|
|
|
<properties>
|
|
|
|
<bundle-symbolic-name>${project.groupId}.fragment</bundle-symbolic-name>
|
|
|
|
</properties>
|
2017-08-16 06:37:44 -04:00
|
|
|
|
2017-06-06 11:55:12 -04:00
|
|
|
<dependencies>
|
2017-08-08 12:47:04 -04:00
|
|
|
<dependency>
|
2019-06-24 11:40:30 -04:00
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
2017-08-08 12:47:04 -04:00
|
|
|
</dependency>
|
2019-06-24 11:40:30 -04:00
|
|
|
|
|
|
|
<!--
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
<artifactId>javax.servlet</artifactId>
|
|
|
|
</dependency>
|
|
|
|
-->
|
2017-06-06 11:55:12 -04:00
|
|
|
</dependencies>
|
|
|
|
</project>
|