<?xml version="1.0"?>
<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>
	<parent>
		<groupId>org.gcube.common</groupId>
		<artifactId>gxREST</artifactId>
		<version>2.1.0-SNAPSHOT</version>
	</parent>

	<artifactId>gxHTTP</artifactId>
	<packaging>jar</packaging>
	<name>gCube eXtensions to REST with HTTP</name>
	<description>gCube eXtensions to REST based on HTTP</description>


	<properties>
		<java.version>17</java.version>
		<maven.compiler.source>${java.version}</maven.compiler.source>
		<maven.compiler.target>${java.version}</maven.compiler.target>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>

	<scm>
		<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/gx-rest</connection>
		<developerConnection>
			scm:git:https://code-repo.d4science.org/gCubeSystem/gx-rest</developerConnection>
		<url>https://code-repo.d4science.org/gCubeSystem/gx-rest</url>
	</scm>

	<developers>
	    <developer>
			<id>luca.frosini</id>
			<name>Luca Frosini</name>
			<email>luca.frosini@isti.cnr.it</email>
			<url>https://www.isti.cnr.it/en/about/people-detail/141/Frosini_Luca</url>
			<organization>ISTI-CNR</organization>
	      	<organizationUrl>https://www.isti.cnr.it/</organizationUrl>
			<roles>
				<role>researcher</role>
				<role>developer</role>
			</roles>
			<timezone>Europe/Rome</timezone>
			<properties>
				<orcidId>0000-0003-3183-2291</orcidId>
				<orcidUrl>https://orcid.org/0000-0003-3183-2291</orcidUrl>
			</properties>
	    </developer>
	</developers>

	<dependencies>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.13.2</version>
			<scope>test</scope>
		</dependency>
	</dependencies>

</project>
