On Mon, Feb 5, 2018 at 3:36 PM, Nick Couchman <[email protected]> wrote:
> On Mon, Feb 5, 2018 at 3:32 PM, Mike Jumper <[email protected]> > wrote: > >> I think you're running into the same issue that we had in the beginning >> with RADIUS where one of the transitive dependencies was signed, >> ultimately >> producing a .jar file which could not be loaded correctly when the >> dependencies were exploded during the build process: >> > > Ah, I think you're right - the Coveo dependency relies upon on the > BouncyCastle stuff, which is the one that caused issues with the RADIUS > module. I'll look for those signing files and try pulling them out. > > Thanks, Mike. > > -Nick > Bingo - adding that exclude line to the pom.xml file allows it to load. Of course, it doesn't actually work, yet, which I didn't expect, but at least I can move on to actually debugging it. Thanks, again. -Nick
