Project

General

Profile

« Previous | Next » 

Revision 53069

View differences:

pom.xml
26 26
	<parent>
27 27
		<groupId>org.springframework.boot</groupId>
28 28
		<artifactId>spring-boot-starter-parent</artifactId>
29
		<version>2.0.0.RELEASE</version>
29
		<version>2.0.3.RELEASE</version>
30 30
	</parent>
31 31

  
32 32
	<repositories>
......
56 56
		</repository>
57 57
	</repositories>
58 58

  
59
	<profiles>
60
		<profile>
61
			<id>java8-doclint-disabled</id>
62
			<activation>
63
				<jdk>[1.8,)</jdk>
64
			</activation>
65
			<properties>
66
				<javadoc.opts>-Xdoclint:none</javadoc.opts>
67
			</properties>
68
		</profile>
69
	</profiles>
70 59

  
71 60

  
72 61

  
73 62
	<!-- Add typical dependencies for a web application -->
74 63
	<dependencies>
75

  
76 64
		<dependency>
65
			<groupId>org.springframework.boot</groupId>
66
			<artifactId>spring-boot-starter</artifactId>
67
		</dependency>
68
		<dependency>
77 69
			<groupId>eu.dnetlib</groupId>
78 70
			<artifactId>dnet-openaire-data-protos</artifactId>
79
			<version>3.9.2</version>
71
			<version>3.9.4-SNAPSHOT</version>
80 72
		</dependency>
81 73
		<dependency>
82 74
			<groupId>eu.dnetlib</groupId>

Also available in: Unified diff