<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>cn.gateside</groupId>
    <artifactId>GAT</artifactId>
    <version>2.0.1</version>
  </parent>
  <artifactId>Gattmg</artifactId>
  <name>Gattmg</name>
  <version>2.0.2</version>
  
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>
    
    <dependency>
	<groupId>cn.gateside</groupId>
	<artifactId>gatesideLib</artifactId>
	<version>2.0.4</version>  
	<scope>compile</scope>
    </dependency>
    <dependency>
	<groupId>cn.gateside</groupId>
	<artifactId>GATCore</artifactId>
	<version>2.0.1</version>  
	<scope>compile</scope>
    </dependency>
  </dependencies>
</project>
