<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
      <groupId>org.teiid.connectors</groupId>
      <artifactId>couchbase</artifactId>
      <version>12.0.0</version>
    </parent>
    <groupId>org.teiid.connectors</groupId> 
    <artifactId>couchbase-api</artifactId>
    <name>Couchbase API</name>
    <description>The java API for the Couchbase</description>
    <dependencies>
        <dependency>
            <groupId>org.teiid</groupId>
            <artifactId>teiid-common-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.teiid</groupId>
            <artifactId>teiid-api</artifactId>
        </dependency>    
        <dependency>
          <groupId>com.couchbase.client</groupId>
          <artifactId>java-client</artifactId>
        </dependency>
    </dependencies>    
</project>
