Hi, In my project: mvn clean install -PautoInstallPackage working fine and unit test classes are passing.When I go to individual unit test class in IntelliJ IDE and run test class it is failing with below error. Here is my test class: package com.comp.app.rxwa.pharmacy.filters;
import com.comp.app....