You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maven artifact for exmple: org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven:3.1.4
and is parent pom is org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-parent:3.1.3 that have org.jboss.shrinkwrap:shrinkwrap-bom:1.2.6 in the <dependencyManagement> section with the scope of import
The text was updated successfully, but these errors were encountered:
@dordor12 Pretty problematic but we can create some util function that takes the versions and applies them. About the exclusions, I'm not sure if it's worth the work since we don't mind zipping more packages than what's really needed
import scope in dependecy dependency management dependecies in parent pom will not be downloaded into the zip file.
maven artifact for exmple:
org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven:3.1.4
and is parent pom is
org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-parent:3.1.3
that haveorg.jboss.shrinkwrap:shrinkwrap-bom:1.2.6
in the<dependencyManagement>
section with the scope of importThe text was updated successfully, but these errors were encountered: