Jump to content

IntelliJ or Maven bug..(Dependency mistmatch)

BrownZeus

Alright friends,

 

I'm experiencing a pretty weird issue. On my work machine, I have intellij, and because it is an enterprise machine, my maven repo is actually proxied to control which versions of dependencies we can use (which is relevant in a few moments)

 

I'm having an issue where a transitive dependency version is different between projects.

 

Dependency Tree

Dependency A

->Dependency x - version 1.0

 

So basically when in two DIFFERENT projects on the same machine, I have Dependency A Version 1.0 in both projects. But for some reason project 1 will have version 1.0 for Transitive Dependency x, and Porject 2 will have version 2.0 for x. No clue why! I'm suspecting its a Intellij issue. I already tried reimporting the project from git, and invalidating cahches

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×