You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently managing my project code using Maven sub - modules. There are two sub - modules, sr - api and sr - common. The top - level module is responsible for centrally managing module dependencies. Now, when I try to add the spring - jdbc dependency to the sr - api sub - module, I'm getting an error. Also, the parent pom doesn't seem to recognize the Spring project. I've attached a picture with detailed information.
Could someone help me figure out what's going wrong?
The text was updated successfully, but these errors were encountered:
I'm currently managing my project code using Maven sub - modules. There are two sub - modules,
sr - api
andsr - common
. The top - level module is responsible for centrally managing module dependencies. Now, when I try to add thespring - jdbc
dependency to thesr - api
sub - module, I'm getting an error. Also, the parentpom
doesn't seem to recognize the Spring project. I've attached a picture with detailed information.Could someone help me figure out what's going wrong?
The text was updated successfully, but these errors were encountered: