<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>dev.openfeature.contrib</groupId>
		<artifactId>java-sdk-contrib</artifactId>
		<version>0.0.0</version>
		<relativePath>../../pom.xml</relativePath>
	</parent>
	<groupId>dev.openfeature.contrib.providers</groupId>
	<artifactId>flagd</artifactId>
	<version>0.2.2</version> <!--x-release-please-version -->

	<name>flagd</name>
	<description>FlagD provider for Java</description>
	<url>https://openfeature.dev</url>

	<developers>
		<developer>
			<id>toddbaert</id>
			<name>Todd Baert</name>
			<organization>OpenFeature</organization>
			<url>https://openfeature.dev/</url>
		</developer>
	</developers>

	<dependencies>
		<!-- we inherent dev.openfeature.javasdk and the test dependencies from the parent pom -->
	</dependencies>

</project>