Просмотр исходного кода

Remove java.version property

setting java.version property to 1.8 is no longer required, as it is already included in the spring-boot-starter-parent pom.xml as of 2.0.0 release.
yeonhoyoon 8 лет назад
Родитель
Сommit
84f51cd29e
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 0 добавлений и 5 удалений
  1. 0
    5
      initial/pom.xml

+ 0
- 5
initial/pom.xml Просмотреть файл

@@ -20,11 +20,6 @@
20 20
         </dependency>
21 21
     </dependencies>
22 22
 
23
-    <properties>
24
-        <java.version>1.8</java.version>
25
-    </properties>
26
-
27
-
28 23
     <build>
29 24
         <plugins>
30 25
             <plugin>