Project

General

Profile

« Previous | Next » 

Revision 48146

depending on released parent

View differences:

webapps/dnet-container-openaireplus/trunk/pom.xml
4 4
	<parent>
5 5
		<groupId>eu.dnetlib</groupId>
6 6
		<artifactId>dnet45-container-parent</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
7
		<version>1.0.0</version>
8 8
		<relativePath></relativePath>
9 9
	</parent>
10 10
	<modelVersion>4.0.0</modelVersion>
......
263 263
			<artifactId>dnet-mapreduce-jobs</artifactId>
264 264
			<version>[1.0.0-SNAPSHOT,2.0.0)</version>
265 265
		</dependency>
266
<!--
266

  
267 267
		<dependency>
268
                        <groupId>eu.dnetlib</groupId>
269
                        <artifactId>dnet-datasource-rest-api</artifactId>
270
                        <version>[1.0.0,2.0.0)</version>
271
                </dependency>
272
-->
268
            <groupId>eu.dnetlib</groupId>
269
            <artifactId>dnet-datasource-rest-api</artifactId>
270
            <version>[1.0.0,2.0.0)</version>
271
	    </dependency>
273 272

  
273
		<dependency>
274
			<groupId>javax.servlet</groupId>
275
			<artifactId>javax.servlet-api</artifactId>
276
			<version>${javax.servlet.version}</version>
277
			<scope>provided</scope>
278
		</dependency>
274 279

  
280
		<!-- SWAGGER -->
281
		<dependency>
282
			<groupId>com.fasterxml.jackson.datatype</groupId>
283
			<artifactId>jackson-datatype-joda</artifactId>
284
			<version>2.6.6</version>
285
			<exclusions>
286
				<exclusion>
287
					<groupId>com.fasterxml.jackson.core</groupId>
288
					<artifactId>jackson-annotations</artifactId>
289
				</exclusion>
290
			</exclusions>
291
		</dependency>
292
		<dependency>
293
			<groupId>joda-time</groupId>
294
			<artifactId>joda-time</artifactId>
295
			<version>2.8.2</version>
296
		</dependency>
297

  
298
		<dependency>
299
			<groupId>io.springfox</groupId>
300
			<artifactId>springfox-swagger2</artifactId>
301
			<version>${springfox-version}</version>
302
		</dependency>
303
		<dependency>
304
			<groupId>io.springfox</groupId>
305
			<artifactId>springfox-swagger-ui</artifactId>
306
			<version>${springfox-version}</version>
307
		</dependency>
308

  
309
		<dependency>
310
			<groupId>org.hibernate</groupId>
311
			<artifactId>hibernate-validator</artifactId>
312
			<version>5.2.4.Final</version>
313
		</dependency>
314

  
275 315
	</dependencies>
316

  
317
	<properties>
318
		<springfox-version>2.5.0</springfox-version>
319
	</properties>
320

  
276 321
</project>

Also available in: Unified diff