Project

General

Profile

« Previous | Next » 

Revision 51140

updated to spring boot 2.0.0

View differences:

pom.xml
3 3
	<modelVersion>4.0.0</modelVersion>
4 4
	<groupId>eu.dnetlib</groupId>
5 5
	<artifactId>dnet-openaire-exporter</artifactId>
6
	<version>1.0.9-SNAPSHOT</version>
6
	<version>1.1.0-SNAPSHOT</version>
7 7
	<scm>
8 8
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaire-exporter/trunk</developerConnection>
9 9
    </scm>
......
24 24
	<parent>
25 25
		<groupId>org.springframework.boot</groupId>
26 26
		<artifactId>spring-boot-starter-parent</artifactId>
27
		<version>1.5.2.RELEASE</version>
27
		<version>2.0.0.RELEASE</version>
28 28
	</parent>
29 29

  
30 30
	<repositories>
......
175 175
			<dependency>
176 176
				<groupId>com.fasterxml.jackson.datatype</groupId>
177 177
				<artifactId>jackson-datatype-joda</artifactId>
178
				<version>2.6.6</version>
178
				<version>2.9.4</version>
179 179
			</dependency>
180 180
			<dependency>
181 181
				<groupId>joda-time</groupId>
......
405 405
					<executable>true</executable>
406 406
				</configuration>
407 407
			</plugin>
408
<!--
409
			<plugin>
410
				<groupId>com.spotify</groupId>
411
				<artifactId>dockerfile-maven-plugin</artifactId>
412
				<version>${dockerfile-maven-version}</version>
413
				<executions>
414
					<execution>
415
						<id>default</id>
416
						<goals>
417
							<goal>build</goal>
418
							<goal>push</goal>
419
						</goals>
420
					</execution>
421
				</executions>
422
				<configuration>
423
					<repository>spotify/foobar</repository>
424
					<tag>${project.version}</tag>
425
					<buildArgs>
426
						<JAR_FILE>${project.build.finalName}.jar</JAR_FILE>
427
					</buildArgs>
428
				</configuration>
429
			</plugin>
430
-->
431 408
		</plugins>
432 409
	</build>
433 410

  

Also available in: Unified diff