<?xml version="1.0"?>
<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">
	<modelVersion>4.0.0</modelVersion>
	<parent>
        <groupId>net.linkfuture</groupId>
        <artifactId>linkfuture.parent-pom</artifactId>
        <version>1.0.0</version>
	</parent>
    <name>LinkFuture Web</name>
    <description>Virtual Content Framework Web Solution, Auto Generate REST API</description>
    <url>https://github.com/cyokin/JAVA</url>
	<artifactId>linkfuture.web</artifactId>
    <version>1.0.0</version>
    <packaging>jar</packaging>
	<dependencies>
		<dependency>
            <groupId>net.linkfuture</groupId>
            <artifactId>linkfuture.core</artifactId>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>javax.servlet-api</artifactId>
		</dependency>
        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-impl</artifactId>
        </dependency>
        <dependency>
            <groupId>org.eclipse.persistence</groupId>
            <artifactId>eclipselink</artifactId>
        </dependency>
	</dependencies>
</project>
