I am trying to integrate BIRT reports into my existing spring boot application with the help of BIRT in spring boot app but I am using maven. when I add the dependency to BIRT 4.6.0-20160607 it was giving
Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes"
and when I change dependency to 4.5.0a it was giving
Error creating bean with name 'mongo' defined in class path resource [org/springframework/boot/autoconfigure/mongo/MongoAutoConfiguration.class]
kindly help me.