Reputation: 3753
I deleted and added some jars in the lib folder of my project and then I committed changes. It seems to be all right at first sight: But in the Project Structure there are shown old libraries:
How to resolve this issue? Thanks in advance.
Upvotes: 1
Views: 85
Reputation: 520898
You will notice that the JAR files which you deleted are now being shown in red. If you hover over them IntelliJ should tell you that they are invalid references. These old files will be ignored and should not affect the classpath within your project or your build. If you want to remove them you can do so from the dialog.
Upvotes: 1