NUIT-ISO / duo-universal-prompt-auth-node

OpenAM auth node for the Duo Universal Prompt
MIT License
0 stars 1 forks source link

Compatibility with Java 1.8 #5

Closed nie7321 closed 3 years ago

nie7321 commented 3 years ago

Swapping to Java 1.8 meant I needed to build against the OpenAM 6.5.3 (instead of 7) libs, since some of those are built for Java 11 and the compiler won't let me do that.

There was a weird issue w/ the deps for 6.5.3. I thought ForgeRock was supposed to mirror all of them, but one random package was missing from their repo. I added Oracle's repo to the pom and it can find it there.