<?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>net.oschina.zcx7878</groupId>
  <artifactId>cicada.thrift</artifactId>
  <version>1.0.0.4</version>
  <name>cicada.thrift</name>
  <description>cicada thrift rpc client</description>
  <url>http://git.oschina.net/zcx7878/cicada.java</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>zcx7878</id>
      <name>zcx7878</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://git.oschina.net/zcx7878/cicada.java.git</connection>
    <developerConnection>https://git.oschina.net/zcx7878/cicada.java.git</developerConnection>
    <url>http://git.oschina.net/zcx7878/cicada.java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.oschina.zcx7878</groupId>
      <artifactId>cicada</artifactId>
      <version>1.0.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.thrift</groupId>
      <artifactId>libthrift</artifactId>
      <version>0.10.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.curator</groupId>
      <artifactId>curator-client</artifactId>
      <version>3.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.curator</groupId>
      <artifactId>curator-recipes</artifactId>
      <version>3.3.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
