4.0.0
    com.example
    spring-boot-camel
    0.0.1-SNAPSHOT
    spring-boot-camel
    
        com.baeldung.spring-boot-modules
        spring-boot-modules
        1.0.0-SNAPSHOT
    
    
        
            org.apache.camel.springboot
            camel-servlet-starter
            ${camel.version}
        
        
            org.apache.camel.springboot
            camel-jackson-starter
            ${camel.version}
        
        
            org.apache.camel.springboot
            camel-swagger-java-starter
            ${camel.version}
        
        
            org.apache.camel.springboot
            camel-spring-boot-starter
            ${camel.version}
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.apache.camel
            camel-test-spring-junit5
            ${camel.version}
            test
        
    
    
        spring-boot:run
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    
                        
                            repackage
                        
                        
                            com.baeldung.camel.boot.testing.GreetingsFileSpringApplication
                        
                    
                
            
        
    
    
        11
        3.15.0