4.0.0
    com.example
    spring-boot-camel
    0.0.1-SNAPSHOT
    spring-boot-camel
    
        com.baeldung
        parent-boot-2
        0.0.1-SNAPSHOT
        ../../parent-boot-2
    
    
        
            org.apache.camel
            camel-servlet-starter
            ${camel.version}
        
        
            org.apache.camel
            camel-jackson-starter
            ${camel.version}
        
        
            org.apache.camel
            camel-swagger-java-starter
            ${camel.version}
        
        
            org.apache.camel
            camel-spring-boot-starter
            ${camel.version}
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
    
    
        spring-boot:run
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    
                        
                            repackage
                        
                    
                
            
        
    
    
        3.0.0-M4