Skip to content

Commit

Permalink
specifying Maven versions and Spring Boot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manasesjesus committed Oct 8, 2019
1 parent feac643 commit 70a9049
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<version>1.0-SNAPSHOT</version>
<name>hello-world-microservice-java</name>
<url>http://maven.apache.org</url>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<spring-boot-dependencies.version>1.5.17.RELEASE</spring-boot-dependencies.version>
</properties>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 70a9049

Please sign in to comment.