Skip to content

Commit

Permalink
Reverting update of spring-boot because the webapp doesn't start anym…
Browse files Browse the repository at this point in the history
…ore.
  • Loading branch information
nielsbasjes committed Jan 22, 2019
1 parent 3b0f903 commit ae6a58e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -74,7 +74,8 @@
<jacoco.version>0.8.2</jacoco.version>

<spring.version>5.1.4.RELEASE</spring.version>
<spring-boot.version>2.1.1.RELEASE</spring-boot.version>
<spring-boot.version>2.0.5.RELEASE</spring-boot.version>
<spring-boot-legacy.version>2.0.0.RELEASE</spring-boot-legacy.version>

<!-- See http://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html-->
<jacoco.surefireArgLine/>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-legacy</artifactId>
<version>2.0.0.RELEASE</version>
<version>${spring-boot-legacy.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ae6a58e

Please sign in to comment.