Bläddra i källkod

Remove java.version property

Obvious Fix

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 år sedan
förälder
incheckning
e72d159b74
2 ändrade filer med 1 tillägg och 10 borttagningar
  1. 0
    4
      complete/pom.xml
  2. 1
    6
      initial/pom.xml

+ 0
- 4
complete/pom.xml Visa fil

33
         <!-- end::tests[] -->
33
         <!-- end::tests[] -->
34
     </dependencies>
34
     </dependencies>
35
 
35
 
36
-    <properties>
37
-        <java.version>1.8</java.version>
38
-    </properties>
39
-
40
     <build>
36
     <build>
41
         <plugins>
37
         <plugins>
42
             <plugin>
38
             <plugin>

+ 1
- 6
initial/pom.xml Visa fil

19
             <artifactId>spring-boot-starter-web</artifactId>
19
             <artifactId>spring-boot-starter-web</artifactId>
20
         </dependency>
20
         </dependency>
21
     </dependencies>
21
     </dependencies>
22
-
23
-    <properties>
24
-        <java.version>1.8</java.version>
25
-    </properties>
26
-
27
-
22
+    
28
     <build>
23
     <build>
29
         <plugins>
24
         <plugins>
30
             <plugin>
25
             <plugin>