Skip to content

Commit f65deb1

Browse files
committed
Removes outdated configuration.
1 parent a46a7cc commit f65deb1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spring-cloud-config-sample/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@
8989

9090
<properties>
9191
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
92-
<start-class>sample.Application</start-class>
93-
<java.version>1.8</java.version>
9492
</properties>
9593

9694
<build>
@@ -102,11 +100,6 @@
102100
<skip>true</skip>
103101
</configuration>
104102
</plugin>
105-
<!-- FIXME: 3.0.0 -->
106-
<!--<plugin>
107-
<groupId>org.springframework.boot</groupId>
108-
<artifactId>spring-boot-maven-plugin</artifactId>
109-
</plugin>-->
110103
</plugins>
111104
</build>
112105

0 commit comments

Comments
 (0)