Skip to content
  • mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    Refactor JAVAPARSER dependencies out of JSS · 9ba092a1
    JAVAPARSER needs ABCL-ASDF to load its Maven artifact, but ABCL-ASDF
    needs JSS.  Therefore we refactor these dependencies into the ASDF
    infrastructure rather than dealing with CL:REQUIRE, which isn't going
    to work anyways unless there is another mechanism to load Maven
    artifacts.
    
    The JAVAPARSER system is not working due to dependency on the missing
    symbols CL-USER::REPLACE-ALL and CL-USER::TREE-REPLACE, but that was
    the case before this patch as Alan mistakenly didn't include it in his
    submitted patch series.
    9ba092a1