I'm on a Windows machine using Intellij/Cursive and deps. For some reason when I start up a repl for the project and then try to run the code the classpath seems to have all the dependencies pulled in, but any of the code from the actual project seems to make it into the classpath. What could be off that would cause such a weird condition?
I'm in kind of foreign territory as this is the most locked down workstation I've ever used and I've not done much with Windows in years, so this problem has me a bit befuddled.
I know the project works, because they have it deployed / in production. But as we have no one here that previously worked on/maintained the project I have really no one to ask about how they previously got it running locally.