Project

General

Profile

« Previous | Next » 

Revision 55146

Added by Enrico Ottonello over 5 years ago

View differences:

pom.xml
1 1
<?xml version="1.0" ?>
2
<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">
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 5
	<parent>
4 6
		<groupId>eu.dnetlib</groupId>
5 7
		<artifactId>dnet45-parent</artifactId>
......
80 82
			<artifactId>dnet-oai-common-workflows</artifactId>
81 83
			<version>[5.0.0,6.0.0)</version>
82 84
		</dependency>
83
		
85

  
84 86
		<dependency>
85 87
			<groupId>eu.dnetlib</groupId>
86 88
			<artifactId>cnr-mongo-mdstore</artifactId>
87 89
			<version>[6.0.0,7.0.0)</version>
88 90
			<scope>provided</scope>
89 91
		</dependency>
90
		
92

  
91 93
		<dependency>
92 94
			<groupId>eu.dnetlib</groupId>
93 95
			<artifactId>dnet-modular-objectstore-service</artifactId>
......
181 183
			<artifactId>cnr-misc-utils</artifactId>
182 184
			<version>[1.0.5, 2.0.0)</version>
183 185
		</dependency>
186

  
187
		<!-- Hadoop modules -->
188
		<dependency>
189
			<groupId>eu.dnetlib.dhp</groupId>
190
			<artifactId>dhp-common</artifactId>
191
			<version>1.0.0-SNAPSHOT</version>
192
		</dependency>
184 193
	</dependencies>
185 194

  
186 195
	<properties>

Also available in: Unified diff