Ksenia
Ksenia

Reputation: 3753

How to change jars in SVN in Intellij Idea?

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:

enter image description here

enter image description here

How to resolve this issue? Thanks in advance.

Upvotes: 1

Views: 85

Answers (1)

Tim Biegeleisen
Tim Biegeleisen

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

Related Questions