I've noticed a couple issues when trying to fetch the latest cxf-bundle:
from org.apache.ws.security\wss4j\1.6.3\ivys\ivy.xml:<exclude org="org.bouncycastle" module="bcprov-ext-jdk15" name="*" type="*" ext="*" conf="" matcher="exact"/>As we can see here, the module name is "bcprov", and the configuration names are ext-jdk15 and jdk15.
<exclude org="org.bouncycastle" module="bcprov-jdk15" name="*" type="*" ext="*" conf="" matcher="exact"/>
from org.opensaml\xmltooling\1.3.2-1\ivys\ivy.xml:<dependency org="org.bouncycastle" name="bcprov-jdk15" rev="1.45" force="true" conf="default->default"/>Again, as per here, the module name is "bcprov", and the configuration name is jdk15.
I hope this is helpful!
Zac
I've noticed a couple issues when trying to fetch the latest cxf-bundle:
from org.apache.ws.security\wss4j\1.6.3\ivys\ivy.xml:<exclude org="org.bouncycastle" module="bcprov-ext-jdk15" name="*" type="*" ext="*" conf="" matcher="exact"/>As we can see here, the module name is "bcprov", and the configuration names are ext-jdk15 and jdk15.
<exclude org="org.bouncycastle" module="bcprov-jdk15" name="*" type="*" ext="*" conf="" matcher="exact"/>
from org.opensaml\xmltooling\1.3.2-1\ivys\ivy.xml:<dependency org="org.bouncycastle" name="bcprov-jdk15" rev="1.45" force="true" conf="default->default"/>Again, as per here, the module name is "bcprov", and the configuration name is jdk15.
I hope this is helpful!
Zac
--
You received this message because you are subscribed to the Google Groups "ivyroundup" group.
To view this discussion on the web visit https://groups.google.com/d/msg/ivyroundup/-/UeNtwBGYP6wJ.
To post to this group, send email to ivyro...@googlegroups.com.
To unsubscribe from this group, send email to ivyroundup+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ivyroundup?hl=en.