commit
						3f0cc65822
					
				| @ -9,14 +9,16 @@ | ||||
|     <name>gs-scheduling-tasks</name> | ||||
| 
 | ||||
|     <parent> | ||||
|         <groupId>org.springframework.boot</groupId> | ||||
|         <artifactId>spring-boot-starter-parent</artifactId> | ||||
|         <version>2.1.6.RELEASE</version> | ||||
|         <groupId>com.baeldung</groupId> | ||||
|         <artifactId>parent-boot-2</artifactId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <relativePath>../../parent-boot-2</relativePath> | ||||
|     </parent> | ||||
| 
 | ||||
|     <properties> | ||||
|         <java.version>1.8</java.version> | ||||
|         <awaitility.version>3.1.2</awaitility.version> | ||||
|         <spring-boot.version>2.1.6.RELEASE</spring-boot.version> | ||||
|     </properties> | ||||
| 
 | ||||
|     <dependencies> | ||||
| @ -45,5 +47,4 @@ | ||||
|             </plugin> | ||||
|         </plugins> | ||||
|     </build> | ||||
| 
 | ||||
| </project> | ||||
|  | ||||
| @ -9,10 +9,10 @@ | ||||
|     <description>Module For Spring Boot MVC Web Fn</description> | ||||
| 
 | ||||
|     <parent> | ||||
|         <groupId>org.springframework.boot</groupId> | ||||
|         <artifactId>spring-boot-starter-parent</artifactId> | ||||
|         <version>2.2.0.BUILD-SNAPSHOT</version> | ||||
|         <relativePath /> <!-- lookup parent from repository --> | ||||
|         <groupId>com.baeldung</groupId> | ||||
|         <artifactId>parent-boot-2</artifactId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <relativePath>../parent-boot-2</relativePath> | ||||
|     </parent> | ||||
| 
 | ||||
|     <dependencies> | ||||
| @ -102,6 +102,7 @@ | ||||
|         <spring.fox.version>3.0.0-SNAPSHOT</spring.fox.version> | ||||
|         <start-class>com.baeldung.swagger2boot.SpringBootSwaggerApplication</start-class> | ||||
|         <!-- <start-class>com.baeldung.springbootmvc.SpringBootMvcFnApplication</start-class> --> | ||||
|         <spring-boot.version>2.2.0.BUILD-SNAPSHOT</spring-boot.version> | ||||
|     </properties> | ||||
| 
 | ||||
| </project> | ||||
| @ -9,10 +9,10 @@ | ||||
|     <name>spring-boot-with-starter-parent</name> | ||||
| 
 | ||||
|     <parent> | ||||
|         <groupId>org.springframework.boot</groupId> | ||||
|         <artifactId>spring-boot-starter-parent</artifactId> | ||||
|         <version>2.1.5.RELEASE</version> | ||||
|         <!-- lookup parent from repository --> | ||||
|         <groupId>com.baeldung</groupId> | ||||
|         <artifactId>parent-boot-2</artifactId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <relativePath>../../parent-boot-2</relativePath> | ||||
|     </parent> | ||||
| 
 | ||||
|     <dependencyManagement> | ||||
| @ -38,7 +38,7 @@ | ||||
| 
 | ||||
|     <properties> | ||||
|         <java.version>1.8</java.version> | ||||
|         <spring-boot.version>2.1.1.RELEASE</spring-boot.version> | ||||
|         <spring-boot.version>2.1.5.RELEASE</spring-boot.version> | ||||
|         <junit.version>4.11</junit.version> | ||||
|     </properties> | ||||
| 
 | ||||
|  | ||||
| @ -9,9 +9,10 @@ | ||||
|     <packaging>war</packaging> | ||||
| 
 | ||||
|     <parent> | ||||
|         <groupId>org.springframework.boot</groupId> | ||||
|         <artifactId>spring-boot-starter-parent</artifactId> | ||||
|         <version>2.1.6.RELEASE</version> | ||||
|         <groupId>com.baeldung</groupId> | ||||
|         <artifactId>parent-boot-2</artifactId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <relativePath>../parent-boot-2</relativePath> | ||||
|     </parent> | ||||
| 
 | ||||
|     <dependencies> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user