<?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>glutton</artifactId>
        <groupId>com.tydic.glutton</groupId>
        <version>1.1.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>glutton-center</artifactId>

   <dependencies>
       <dependency>
           <groupId>com.tydic.glutton</groupId>
           <artifactId>glutton-api</artifactId>
       </dependency>

       <dependency>
           <groupId>com.tydic.glutton</groupId>
           <artifactId>glutton-base</artifactId>
       </dependency>
       <dependency>
           <groupId>org.apache.ant</groupId>
           <artifactId>ant</artifactId>
           <version>1.10.7</version>
       </dependency>

   </dependencies>

</project>