<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">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.gcube.tools</groupId>
		<artifactId>maven-parent</artifactId>
		<version>1.1.0</version>
	</parent>
	<groupId>org.gcube.spatial.data</groupId>
	<artifactId>ws-thredds</artifactId>
	<version>0.2.5</version>
	<name>ws-thredds</name>
	<description>prototype of WS integration with data-transfer for Thredds pubblication</description>

	<properties>
		<distroDirectory>${project.basedir}/distro</distroDirectory>
		<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
	</properties>


	<scm>
		<connection>scm:git:${gitBaseUrl}/${project.artifactId}.git</connection>
		<developerConnection>scm:git:${gitBaseUrl}/${project.artifactId}.git</developerConnection>
		<url>${gitBaseUrl}/${project.artifactId}.git</url>
	</scm>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.gcube.distribution</groupId>
				<artifactId>maven-portal-bom</artifactId>
				<version>3.6.0</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>			
		</dependencies>
	</dependencyManagement>


	<dependencies>
		<dependency>
			<groupId>org.gcube.spatial.data</groupId>
			<artifactId>sdi-library</artifactId>
			<version>[1.0.0-SNAPSHOT,1.3.0-SNAPSHOT)</version>
			<exclusions>
				<exclusion>
					<groupId>com.fasterxml.jackson.core</groupId>
					<artifactId>jackson-annotations</artifactId>
				</exclusion>
			</exclusions>
		</dependency>


		<dependency>
			<groupId>org.gcube.common</groupId>
			<artifactId>storagehub-client-library</artifactId>			
		</dependency>


		<dependency>
			<groupId>org.gcube.data.transfer</groupId>
			<artifactId>data-transfer-library</artifactId>
			<version>[1.2.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
		</dependency>

<!-- 		<dependency> -->
<!-- 			 <groupId>com.fasterxml.jackson.core</groupId> -->
<!--   			<artifactId>jackson-core</artifactId> -->
<!-- 			<version>[2.8.1,2.8.11]</version> -->
<!-- 		</dependency> -->
		
<!-- 		<dependency> -->
<!-- 			 <groupId>com.fasterxml.jackson.core</groupId> -->
<!--   			<artifactId>jackson-databind</artifactId> -->
<!-- 			<version>[2.8.1,2.8.11]</version> -->
<!-- 		</dependency> -->
		
<!-- JSON paths -->
		<dependency>
			<groupId>com.jayway.jsonpath</groupId>
			<artifactId>json-path</artifactId>
			<version>2.5.0</version>
		</dependency>


		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>			
		</dependency>


	</dependencies>

</project>