<?xml version="1.0" ?>
<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">
	<parent>
		<groupId>eu.dnetlib</groupId>
		<artifactId>dnet45-parent</artifactId>
		<version>1.0.0</version>
		<relativePath />
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<groupId>eu.dnetlib</groupId>
	<artifactId>dnet-openaireplus-workflows</artifactId>
	<packaging>jar</packaging>
	<version>9.0.6-PROVIDE-AAS-SNAPSHOT</version>

    <scm>
        <connection>scm:git:gitea@code-repo.d4science.org:D-Net45/dnet-openaireplus-workflows.git</connection>
        <developerConnection>scm:git:gitea@code-repo.d4science.org:D-Net45/dnet-openaireplus-workflows.git</developerConnection>
        <url>https://code-repo.d4science.org/D-Net45/dnet-openaireplus-workflows</url>
    </scm>
	<dependencies>
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>cnr-data-flow-monitoring-core</artifactId>
			<version>[3.0.0, 4.0.0)</version>
			<exclusions>
				<exclusion>
					<artifactId>wstx-asl</artifactId>
					<groupId>org.codehaus.woodstox</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>cnr-enabling-database-api</artifactId>
			<version>[2.0.0,3.0.0)</version>
		</dependency>
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>cnr-enabling-database-service</artifactId>
			<version>[3.0.0,4.0.0)</version>
		</dependency>
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-msro-service</artifactId>
			<version>[5.0.0,6.0.0)</version>
		</dependency>
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>cnr-resultset-service</artifactId>
			<version>[2.0.0,3.0.0)</version>
		</dependency>
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-openaire-datasource-manager</artifactId>
			<version>[3.0.0,4.0.0)</version>
		</dependency>
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
			<version>[7.0.0,8.0.0)</version>
		</dependency>
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-hadoop-service-rmi</artifactId>
			<version>[1.0.0,2.0.0)</version>
		</dependency>

		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-collector-plugins</artifactId>
			<version>[1.0.0,2.0.0)</version>
		</dependency>

		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-actionmanager-api</artifactId>
			<version>[4.0.0,5.0.0)</version>
		</dependency>

		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-oai-common-workflows</artifactId>
			<version>[6.0.0,7.0.0)</version>
		</dependency>
		
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>cnr-mongo-mdstore</artifactId>
			<version>[8.0.0,9.0.0)</version>
			<scope>provided</scope>
		</dependency>
		
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-modular-objectstore-service</artifactId>
			<version>[4.2.1,5.0.0)</version>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-index-client</artifactId>
			<version>[3.0.0,4.0.0)</version>
		</dependency>

		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-validator-workflows</artifactId>
			<version>[3.0.0,4.0.0)</version>
		</dependency>

		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-deduplication</artifactId>
			<version>[3.0.0,4.0.0)</version>
			<exclusions>
				<exclusion>
					<groupId>eu.dnetlib</groupId>
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
				</exclusion>
				<exclusion>
					<groupId>eu.dnetlib</groupId>
					<artifactId>dnet-directindex-api</artifactId>
				</exclusion>
				<exclusion>
					<groupId>eu.dnetlib</groupId>
					<artifactId>dnet-index-client</artifactId>
				</exclusion>
			</exclusions>
		</dependency>

		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-directindex-api</artifactId>
			<version>[4.0.0,5.0.0)</version>
		</dependency>

		<dependency>
			<groupId>org.apache.velocity</groupId>
			<artifactId>velocity</artifactId>
			<version>1.7</version>
			<exclusions>
				<exclusion>
					<artifactId>antlr</artifactId>
					<groupId>antlr</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.apache.velocity</groupId>
			<artifactId>velocity-tools</artifactId>
			<version>2.0</version>
			<exclusions>
				<exclusion>
					<artifactId>antlr</artifactId>
					<groupId>antlr</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>javax.servlet-api</artifactId>
			<version>${javax.servlet.version}</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>${junit.version}</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>dnet-openaireplus-profiles</artifactId>
			<version>[1.0.0,2.0.0)</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>io.springfox</groupId>
			<artifactId>springfox-swagger2</artifactId>
			<version>${springfox-version}</version>
		</dependency>
		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-core</artifactId>
			<version>1.9.5</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-jdbc</artifactId>
			<version>${spring.version}</version>
		</dependency>

		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>cnr-misc-utils</artifactId>
			<version>[1.0.5, 2.0.0)</version>
		</dependency>


		<dependency>
			<groupId>eu.dnetlib.dhp</groupId>
			<artifactId>dhp-common</artifactId>
			<version>1.2.5</version>
			<exclusions>
				<exclusion>
					<groupId>net.sf.saxon</groupId>
					<artifactId>Saxon-HE</artifactId>
				</exclusion>
				<exclusion>
					<groupId>eu.dnetlib</groupId>
					<artifactId>dnet-pace-core</artifactId>
				</exclusion>
				<exclusion>
				  <groupId>javax.xml.bind</groupId>
				  <artifactId>jaxb-api</artifactId>
				</exclusion>
				<exclusion>
				  <groupId>com.sun.xml.ws</groupId>
				  <artifactId>jaxws-ri</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
                        <groupId>eu.dnetlib.dhp</groupId>
                        <artifactId>dhp-schemas</artifactId>
                        <version>11.1.0</version>
                </dependency>

	</dependencies>

	<properties>
		<springfox-version>2.5.0</springfox-version>
	</properties>
</project>
