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

Merge e72d159b74fe0687d5176a8dfae4ae4f8bb41a30 into f32fc598961a24d06ca67fd4dbbf3769c708aa15

yeonhoyoon 8 лет назад
Родитель
Сommit
0920d41d79
Аккаунт пользователя с таким Email не найден
2 измененных файлов: 1 добавлений и 10 удалений
  1. 0
    4
      complete/pom.xml
  2. 1
    6
      initial/pom.xml

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

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

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

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