<?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> 
    <groupId>com.aliyun.openservices</groupId>  
    <artifactId>ons-client-all</artifactId>  
    <version>1.8.8.4.Final</version> 
  </parent>  
  <modelVersion>4.0.0</modelVersion>  
  <packaging>jar</packaging>  
  <artifactId>ons-api</artifactId>  
  <name>ons-api ${project.version}</name>  
  <properties> 
    <maven.compiler.source>1.6</maven.compiler.source>  
    <maven.compiler.target>1.6</maven.compiler.target> 
  </properties>  
  <dependencies> 
    <dependency> 
      <groupId>com.google.guava</groupId>  
      <artifactId>guava</artifactId> 
    </dependency> 
  </dependencies>  
  <contributors><contributor><properties><provider>null</provider><codeName>null</codeName><codeUrl>git@gitlab.alibaba-inc.com:middleware/ons.git commit:cedb1f9</codeUrl><description>contributors added by SCM Plugin, please don't modify it!</description></properties></contributor></contributors>
</project>
