<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.apache.seata</groupId>
	<artifactId>seata-config-etcd3</artifactId>
	<version>2.5.0</version>
	<name>seata-config-etcd3 2.5.0</name>
	<description>config-etcd3 for Seata built with Maven</description>
	<url>https://seata.apache.org</url>
	<organization>
		<name>Apache</name>
		<url>https://github.com/apache</url>
	</organization>
	<licenses>
		<license>
			<name>Apache License, Version 2.0</name>
			<url>https://www.apache.org/licenses/LICENSE-2.0</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>Seata</id>
			<name>Seata</name>
			<email>dev@seata.apache.org</email>
			<url>https://seata.apache.org</url>
		</developer>
	</developers>
	<scm>
		<connection>scm:git@github.com:apache/incubator-seata.git</connection>
		<developerConnection>scm:git@github.com:apache/incubator-seata.git</developerConnection>
		<url>git@github.com:apache/incubator-seata.git</url>
	</scm>
	<issueManagement>
		<system>github</system>
		<url>https://github.com/apache/incubator-seata/issues</url>
	</issueManagement>
	<dependencies>
		<dependency>
			<groupId>org.apache.seata</groupId>
			<artifactId>seata-config-core</artifactId>
			<version>2.5.0</version>
		</dependency>
		<dependency>
			<groupId>io.etcd</groupId>
			<artifactId>jetcd-core</artifactId>
			<version>0.5.0</version>
			<exclusions>
				<exclusion>
					<groupId>io.netty</groupId>
					<artifactId>netty-codec-http</artifactId>
				</exclusion>
				<exclusion>
					<groupId>io.netty</groupId>
					<artifactId>netty-codec-http2</artifactId>
				</exclusion>
				<exclusion>
					<groupId>io.netty</groupId>
					<artifactId>netty-handler-proxy</artifactId>
				</exclusion>
				<exclusion>
					<groupId>io.netty</groupId>
					<artifactId>netty-handler</artifactId>
				</exclusion>
				<exclusion>
					<groupId>com.google.guava</groupId>
					<artifactId>guava</artifactId>
				</exclusion>
				<exclusion>
					<groupId>io.grpc</groupId>
					<artifactId>grpc-core</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>com.google.guava</groupId>
			<artifactId>guava</artifactId>
			<version>32.1.3-jre</version>
			<exclusions>
				<exclusion>
					<groupId>com.google.guava</groupId>
					<artifactId>listenablefuture</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
	</dependencies>
</project>
