'Error in maven installing spring boot project

I am facing below error while doing maven install in spring boot project. The error is coming only after adding openfeing dependency. The error is given below. 2022-02-02 13:33:17.922 ERROR 16916---[main] o.s.b.SpringApplication:Application run failedjava.lang.NoClassDefFoundError:org/springframework/boot/logging/DeferredLogFactoryat java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?]at java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?]at java.lang.Class.getDeclaredConstructors(Class.java:2555) ~[?:?]



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source