Commit 14af3463 authored by Phillip Webb's avatar Phillip Webb

Polish whitespace

parent f1cfad67
......@@ -6,18 +6,15 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>{{bootVersion}}</version>
<relativePath/>
<relativePath />
</parent>
<groupId>com.example</groupId>
<artifactId>app</artifactId>
<version>0.0.1</version>
<packaging>{{packaging}}</packaging>
<properties>
<resourcesJarPath>{{resourcesJarPath}}</resourcesJarPath>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
......@@ -44,7 +41,6 @@
<systemPath>${resourcesJarPath}</systemPath>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
......@@ -56,7 +52,6 @@
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>spring-snapshots</id>
......@@ -66,5 +61,4 @@
</snapshots>
</repository>
</repositories>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment