Project

General

Profile

« Previous | Next » 

Revision 51237

dependencies cleaning

View differences:

modules/dnet-directindex-api/trunk/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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 4
	<parent>
4 5
		<groupId>eu.dnetlib</groupId>
5 6
		<artifactId>dnet45-parent</artifactId>
......
18 19
	<dependencies>
19 20
		<dependency>
20 21
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>dnet-openaire-datasource-manager</artifactId>
22
			<version>[1.0.0-SNAPSHOT,2.0.0)</version>
23
		</dependency>
24
		<dependency>
25
			<groupId>eu.dnetlib</groupId>
26 22
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
27 23
			<version>[6.0.0,7.0.0)</version>
28 24
		</dependency>
29 25
		<dependency>
30 26
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>dnet-index-solr-common</artifactId>
32
			<version>[1.0.0,2.0.0)</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36 27
			<artifactId>dnet-index-solr-client</artifactId>
37 28
			<version>[2.0.0,2.9.9)</version>
38 29
		</dependency>
......
74 65
				</exclusion>
75 66
			</exclusions>
76 67
		</dependency>
68
		<dependency>
69
			<groupId>org.springframework</groupId>
70
			<artifactId>spring-context-support</artifactId>
71
			<version>${spring.version}</version>
72
		</dependency>
77 73
	</dependencies>
78 74

  
79 75
	<properties>

Also available in: Unified diff