Sfoglia il codice sorgente

Merge e72d159b74fe0687d5176a8dfae4ae4f8bb41a30 into f32fc598961a24d06ca67fd4dbbf3769c708aa15

yeonhoyoon 8 anni fa
parent
commit
0920d41d79
No account linked to committer's email
2 ha cambiato i file con 1 aggiunte e 10 eliminazioni
  1. 0
    4
      complete/pom.xml
  2. 1
    6
      initial/pom.xml

+ 0
- 4
complete/pom.xml Vedi File

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 Vedi File

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>