* Imported junit bom before spring-boot-dependencies bom with correct version * Changed spring-boot-libraries * Changed spring-boot-mvc * Changed spring-boot-mvc-2 * Added and changed spring-boot-mvc-3 * Added and changed spring-boot-mvc-birt * Added and changed spring-boot-nashorn * Changed spring-boot-parent and its submodules * Changed spring-boot-performance * Changed spring-boot-properties * Changed spring-boot-properties-2 * Changed spring-boot-runtime and its sub-modules * Changed spring-boot-security * Changed spring-boot-springdoc * Changed spring-boot-testing * Changed spring-boot-vue
		
			
				
	
	
		
			23 lines
		
	
	
		
			834 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			834 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <project xmlns="http://maven.apache.org/POM/4.0.0"
 | |
|          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | |
|          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 | |
|     <modelVersion>4.0.0</modelVersion>
 | |
|     <artifactId>disabling-console-logback</artifactId>
 | |
|     <name>disabling-console-logback</name>
 | |
| 
 | |
|     <parent>
 | |
|         <groupId>com.baeldung.spring-boot-modules</groupId>
 | |
|         <artifactId>spring-boot-runtime</artifactId>
 | |
|         <version>1.0.0-SNAPSHOT</version>
 | |
|         <relativePath>../</relativePath>
 | |
|     </parent>
 | |
| 
 | |
|     <dependencies>
 | |
|         <dependency>
 | |
|             <groupId>org.springframework.boot</groupId>
 | |
|             <artifactId>spring-boot-starter-web</artifactId>
 | |
|         </dependency>
 | |
|     </dependencies>
 | |
| 
 | |
| </project> |