Преглед на файлове

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 години
родител
ревизия
84f51cd29e
No account linked to committer's 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>