<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>pipeline.developer-examples</artifactId>
        <groupId>com.51degrees</groupId>
        <version>4.3.13</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>pipeline.developerexamples.web.shared</artifactId>
    <name>51Degrees :: Pipeline :: Developer Examples :: Web :: Shared</name>
	<description>This example is no longer available in Maven</description>
	<distributionManagement>
		<relocation>
			<groupId>com.51degrees.no_longer_in_maven</groupId>
			<message>This example is no longer available in Maven</message>
		</relocation>
	</distributionManagement>

    <dependencies>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.tomcat.embed</groupId>
            <artifactId>tomcat-embed-core</artifactId>
        </dependency>
    </dependencies>

</project>