<?xml version="1.0" encoding="UTF-8"?>
<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>
  <groupId>info.xiancloud</groupId>
  <artifactId>xian-httpserver-core</artifactId>
  <version>0.1.0-beta</version>
  <name>xian-httpserver-core</name>
  <description>null</description>
  <url>https://github.com/happyyangyuan/xian</url>
  <licenses>
    <license>
      <name>Apache License</name>
      <url>http://www.apache.org/licenses/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>happyyangyuan</id>
      <name>happyyangyuan</name>
      <email>happyyangyuan@163.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/happyyangyuan/xian.git</connection>
    <developerConnection>scm:git:git@github.com:happyyangyuan/xian.git</developerConnection>
    <url>https://github.com/happyyangyuan/xian</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>info.xiancloud</groupId>
      <artifactId>xian-core</artifactId>
      <version>0.1.0-beta</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>mchange-commons-java</artifactId>
          <groupId>com.mchange</groupId>
        </exclusion>
        <exclusion>
          <artifactId>c3p0</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>netty</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>info.xiancloud</groupId>
      <artifactId>xian-gateway</artifactId>
      <version>0.1.0-beta</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>mchange-commons-java</artifactId>
          <groupId>com.mchange</groupId>
        </exclusion>
        <exclusion>
          <artifactId>c3p0</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>netty</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
