Cannot access a module within another module

I am working on a ticket that requires me to make changes in the reference app module, that depend on changes from the app frame work module.I have made the required changes within the app framework but now cannot access the them from the reference application module.I have tried to make a jar for the app frame work so as i can include it in the build path of reference application but also building the jar failed.Any suggestion on this?

If the dependency already exists in your pom.xml file, change the version to match that of the module where you have made the needed changes.

1 Like

for this, i matched the version in the pom.xml file to that of the module were i made changes .Thanks alot @dkayiwa