Project

General

Profile

« Previous | Next » 

Revision 40060

added dnet-objectStore-ui to dependecies

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 4
	<parent>
5 5
		<groupId>eu.dnetlib</groupId>
6 6
		<artifactId>dnet-container-parent</artifactId>
......
11 11
	<groupId>eu.dnetlib</groupId>
12 12
	<artifactId>dnet-container-openaireplus</artifactId>
13 13
	<packaging>war</packaging>
14
	<version>3.1.0-SNAPSHOT</version>
14
	<version>3.0.0-SNAPSHOT</version>
15 15
	<dependencies>
16 16

  
17

  
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>dnet-objectStore-ui</artifactId>
21
			<version>[1.0.0,2.0.0)</version>
22
		</dependency>
23

  
24

  
17 25
		<!-- Common components in every container -->
18 26
		<dependency>
19 27
			<groupId>eu.dnetlib</groupId>
......
124 132
			<artifactId>dnet-modular-index-ui</artifactId>
125 133
			<version>[2.0.1,3.0.0)</version>
126 134
		</dependency>
127
		<dependency>
128
			<groupId>eu.dnetlib</groupId>
129
			<artifactId>dnet-openaire-blacklist</artifactId>
130
			<version>[0.0.0,1.0.0)</version>
131
		</dependency>
135

  
132 136
		<!-- Aggregation services -->
133 137
		<dependency>
134 138
			<groupId>eu.dnetlib</groupId>
......
140 144
			<artifactId>dnet-modular-collector-service</artifactId>
141 145
			<version>[3.0.0,4.0.0)</version>
142 146
		</dependency>
143
<!-- 		<dependency> -->
144
<!-- 			<groupId>eu.dnetlib</groupId> -->
145
<!-- 			<artifactId>dnet-gridfs-objectstore</artifactId> -->
146
<!-- 			<version>[4.0.0,5.0.0)</version> -->
147
<!-- 			<exclusions> -->
148
<!--                <exclusion> -->
149
<!--                    <groupId>apache</groupId> -->
150
<!--                    <artifactId>commons-net</artifactId> -->
151
<!--                    </exclusion> -->
152
<!--                </exclusions> -->
153
<!-- 		</dependency> -->
147
		<!-- 		<dependency> -->
148
		<!-- 			<groupId>eu.dnetlib</groupId> -->
149
		<!-- 			<artifactId>dnet-gridfs-objectstore</artifactId> -->
150
		<!-- 			<version>[4.0.0,5.0.0)</version> -->
151
		<!-- 			<exclusions> -->
152
		<!--                <exclusion> -->
153
		<!--                    <groupId>apache</groupId> -->
154
		<!--                    <artifactId>commons-net</artifactId> -->
155
		<!--                    </exclusion> -->
156
		<!--                </exclusions> -->
157
		<!-- 		</dependency> -->
154 158

  
155 159

  
156 160
		<dependency>
157 161
			<groupId>eu.dnetlib</groupId>
158
			<artifactId>dnet-fs-objectstore</artifactId>	
162
			<artifactId>dnet-fs-objectstore</artifactId>
159 163
			<version>[1.0.0,2.0.0)</version>
160 164
		</dependency>
161 165

  
......
183 187
		<dependency>
184 188
			<groupId>eu.dnetlib</groupId>
185 189
			<artifactId>dnet-openaireplus-workflows</artifactId>
186
			<version>[5.0.0-SNAPSHOT, 6.0.0)</version>
190
			<version>[4.0.0, 5.0.0)</version>
187 191
		</dependency>
188 192
		<dependency>
189 193
			<groupId>eu.dnetlib</groupId>
......
195 199
			<artifactId>dnet-hadoop-service</artifactId>
196 200
			<version>[2.0.0,3.0.0)</version>
197 201
			<exclusions>
198
               <exclusion>
199
                   <groupId>org.jruby</groupId>
200
                   <artifactId>jruby-complete</artifactId>
201
               </exclusion>
202
           </exclusions>
202
				<exclusion>
203
					<groupId>org.jruby</groupId>
204
					<artifactId>jruby-complete</artifactId>
205
				</exclusion>
206
			</exclusions>
203 207
		</dependency>
204 208
		<dependency>
205 209
			<groupId>eu.dnetlib</groupId>
......
229 233
		</dependency>
230 234

  
231 235
		<!-- Light-ui for pre-public check -->
232
<!-- 		<dependency> -->
233
<!-- 			<groupId>eu.dnetlib</groupId> -->
234
<!-- 			<artifactId>dnet-modular-lightui-ui</artifactId> -->
235
<!-- 			<version>[2.0.0,3.0.0)</version> -->
236
<!-- 		</dependency> -->
236
		<!-- 		<dependency> -->
237
		<!-- 			<groupId>eu.dnetlib</groupId> -->
238
		<!-- 			<artifactId>dnet-modular-lightui-ui</artifactId> -->
239
		<!-- 			<version>[2.0.0,3.0.0)</version> -->
240
		<!-- 		</dependency> -->
237 241

  
238 242
		<dependency>
239 243
			<groupId>xerces</groupId>
......
241 245
			<version>2.11.0</version>
242 246
			<scope>compile</scope>
243 247
		</dependency>
244
		
248

  
245 249
	</dependencies>
246 250
</project>

Also available in: Unified diff