https://pantsbuild.org/ logo
#random
Title
h

high-advantage-47550

02/22/2017, 5:30 PM
anyone comfortable around ivy? i want to use the strict conflict manager for all dependencies except for ones in a specific group — in my
ivysettings.xml
I have
Copy code
<settings defaultResolver="chain-repos"
    defaultConflictManager=”strict"/>
    <dependencies>
      <conflict matcher="glob" org="org.scala-lang" module="*" manager="latest-revision"/>
    </dependencies>
but that doesn’t seem to work