diff --git a/Chapter1/pom.xml b/Chapter1/pom.xml old mode 100755 new mode 100644 index cc4e377..60d479e --- a/Chapter1/pom.xml +++ b/Chapter1/pom.xml @@ -1,55 +1,54 @@ - - - 4.0.0 - - com.didispace - Chapter1 - 1.0.0 - jar - - Chapter1 - The first Spring Boot project - - - org.springframework.boot - spring-boot-starter-parent - 1.3.2.RELEASE - - - - - UTF-8 - 1.8 - - - - - org.springframework.boot - spring-boot-starter - - - - org.springframework.boot - spring-boot-starter-test - test - - - - org.springframework.boot - spring-boot-starter-web - - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - - + + + 4.0.0 + + com.didispace + Chapter1 + 1.0.0 + jar + + Chapter1 + The first Spring Boot project + + + org.springframework.boot + spring-boot-starter-parent + 1.3.2.RELEASE + + + + + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter + + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.springframework.boot + spring-boot-starter-web + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + \ No newline at end of file