Commit db5ce8f7 authored by Noel Alonso's avatar Noel Alonso
Browse files

Actualiza spring boot

parent abc1ae3d
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
	<parent>
		<groupId>org.springframework.boot</groupId>
   		<artifactId>spring-boot-starter-parent</artifactId>
    	<version>2.0.0.RELEASE</version>
    	<version>2.1.0.RELEASE</version>
		<relativePath/>
	</parent>

@@ -29,6 +29,7 @@
		<!-- Others -->
		<commons-io.version>1.3.2</commons-io.version>
		<elasticsearch.x-pack.version>5.6.1</elasticsearch.x-pack.version>
		<elasticsearch.version>5.6.1</elasticsearch.version>
		
		<!-- Environment variables -->
		<env.MAVEN_REPO_URL>https://artifactory.redmic.net/artifactory</env.MAVEN_REPO_URL>
@@ -70,6 +71,12 @@
			<artifactId>jsonassert</artifactId>
			<scope>test</scope>
		</dependency>
		
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-test</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>
	<distributionManagement>
		<repository>