Skip to content

Commit

Permalink
CLOUD-2869 update to work with jdk 11
Browse files Browse the repository at this point in the history
Signed-off-by: rcernich <rcernich@redhat.com>
  • Loading branch information
rcernich committed Oct 30, 2018
1 parent 13283c6 commit 61ce017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spring-boot-sample-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
</organization>
<properties>
<spring.boot.version>1.4.2.RELEASE</spring.boot.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 61ce017

Please sign in to comment.