I am getting the following error when I am accessing context .xml from classpath in external jar from Spring Boot application:
Quote:
org.springframework.boot.SpringApplication- Application startup failed
java.lang.IllegalStateException: Could not evaluate condition on org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration#transactionManager due to org/springframework/orm/jpa/support/OpenEntityManagerInViewInterceptor not found. Make sure your own configuration does not rely on that class. This can also happen if you are @ComponentScanning a springframework package (e.g. if you put a @ComponentScan in the default package by mistake)
What are the dependencies I need to add to resolve the issue?