Project

General

Profile

« Previous | Next » 

Revision 51236

implementation

View differences:

pom.xml
18 18
	<dependencies>
19 19
		<dependency>
20 20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>cnr-data-flow-monitoring-core</artifactId>
22
			<version>[2.0.0,3.0.0)</version>
23
			<exclusions>
24
				<exclusion>
25
					<artifactId>wstx-asl</artifactId>
26
					<groupId>org.codehaus.woodstox</groupId>
27
				</exclusion>
28
			</exclusions>
29
		</dependency>
30
		<dependency>
31
			<groupId>eu.dnetlib</groupId>
32
			<artifactId>cnr-enabling-database-api</artifactId>
33
			<version>[2.0.0,3.0.0)</version>
34
		</dependency>
35
		<dependency>
36
			<groupId>eu.dnetlib</groupId>
37
			<artifactId>cnr-enabling-database-service</artifactId>
38
			<version>[3.0.0,4.0.0)</version>
39
		</dependency>
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>dnet-msro-service</artifactId>
43
			<version>[3.0.0,4.0.0)</version>
44
		</dependency>
45
		<dependency>
46
			<groupId>eu.dnetlib</groupId>
47
			<artifactId>cnr-resultset-service</artifactId>
48
			<version>[2.0.0,3.0.0)</version>
49
		</dependency>
50
		<dependency>
51
			<groupId>eu.dnetlib</groupId>
52 21
			<artifactId>dnet-openaire-datasource-manager</artifactId>
53 22
			<version>[1.0.0-SNAPSHOT,2.0.0)</version>
54 23
		</dependency>
......
59 28
		</dependency>
60 29
		<dependency>
61 30
			<groupId>eu.dnetlib</groupId>
62
			<artifactId>dnet-hadoop-service-rmi</artifactId>
63
			<version>[1.0.0,2.0.0)</version>
64
		</dependency>
65
		<dependency>
66
			<groupId>eu.dnetlib</groupId>
67 31
			<artifactId>dnet-index-solr-common</artifactId>
68 32
			<version>[1.0.0,2.0.0)</version>
69 33
		</dependency>
70 34
		<dependency>
71 35
			<groupId>eu.dnetlib</groupId>
72
			<artifactId>dnet-collector-plugins</artifactId>
73
			<version>[1.0.0,2.0.0)</version>
74
		</dependency>
75

  
76
		<dependency>
77
			<groupId>eu.dnetlib</groupId>
78
			<artifactId>dnet-actionmanager-api</artifactId>
79
			<version>[4.0.0,5.0.0)</version>
80
		</dependency>
81

  
82
		<dependency>
83
			<groupId>eu.dnetlib</groupId>
84
			<artifactId>dnet-oai-common-workflows</artifactId>
85
			<version>[5.0.0,6.0.0)</version>
86
		</dependency>
87

  
88
		<dependency>
89
			<groupId>eu.dnetlib</groupId>
90 36
			<artifactId>dnet-index-solr-client</artifactId>
91 37
			<version>[2.0.0,2.9.9)</version>
92 38
		</dependency>
93

  
94 39
		<dependency>
95
			<groupId>eu.dnetlib</groupId>
96
			<artifactId>dnet-validator-workflows</artifactId>
97
			<version>[1.0.0,2.0.0)</version>
40
			<groupId>junit</groupId>
41
			<artifactId>junit</artifactId>
42
			<version>${junit.version}</version>
43
			<scope>test</scope>
98 44
		</dependency>
99

  
100 45
		<dependency>
101
			<groupId>eu.dnetlib</groupId>
102
			<artifactId>dnet-deduplication</artifactId>
103
			<version>[1.0.0,2.0.0)</version>
46
			<groupId>io.springfox</groupId>
47
			<artifactId>springfox-swagger2</artifactId>
48
			<version>${springfox-version}</version>
104 49
		</dependency>
105

  
106
		<!-- modular ui and servlet api are here because of the stats controller -->
107 50
		<dependency>
108
			<groupId>eu.dnetlib</groupId>
109
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
110
			<version>[2.0.0,3.0.0)</version>
51
			<groupId>org.mockito</groupId>
52
			<artifactId>mockito-core</artifactId>
53
			<version>1.9.5</version>
111 54
		</dependency>
112

  
113 55
		<dependency>
114 56
			<groupId>org.apache.velocity</groupId>
115 57
			<artifactId>velocity</artifactId>
......
132 74
				</exclusion>
133 75
			</exclusions>
134 76
		</dependency>
135
		<dependency>
136
			<groupId>javax.servlet</groupId>
137
			<artifactId>javax.servlet-api</artifactId>
138
			<version>${javax.servlet.version}</version>
139
			<scope>provided</scope>
140
		</dependency>
141
		<dependency>
142
			<groupId>junit</groupId>
143
			<artifactId>junit</artifactId>
144
			<version>${junit.version}</version>
145
			<scope>test</scope>
146
		</dependency>
147
		<dependency>
148
			<groupId>eu.dnetlib</groupId>
149
			<artifactId>dnet-openaireplus-profiles</artifactId>
150
			<version>[1.0.0,2.0.0)</version>
151
			<scope>test</scope>
152
		</dependency>
153
		<dependency>
154
			<groupId>io.springfox</groupId>
155
			<artifactId>springfox-swagger2</artifactId>
156
			<version>${springfox-version}</version>
157
		</dependency>
158
		<dependency>
159
			<groupId>org.mockito</groupId>
160
			<artifactId>mockito-core</artifactId>
161
			<version>1.9.5</version>
162
		</dependency>
163
		<dependency>
164
			<groupId>org.springframework</groupId>
165
			<artifactId>spring-jdbc</artifactId>
166
			<version>${spring.version}</version>
167
		</dependency>
168

  
169
		<dependency>
170
			<groupId>eu.dnetlib</groupId>
171
			<artifactId>cnr-misc-utils</artifactId>
172
			<version>[1.0.5, 2.0.0)</version>
173
		</dependency>
174 77
	</dependencies>
175 78

  
176 79
	<properties>

Also available in: Unified diff