Skip to content

Commit

Permalink
remove resolutionStrategy.dependencySubstitution (runtime part is nee…
Browse files Browse the repository at this point in the history
…ded for launcher of DS)

Signed-off-by: Pavel Jareš <[email protected]>
  • Loading branch information
pj892031 committed Oct 1, 2024
1 parent 0b2ec33 commit d898520
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ buildscript {
}
}

import java.util.regex.Matcher

import org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
import org.gradle.plugins.ide.eclipse.model.AccessRule
import org.gradle.plugins.ide.eclipse.model.ClasspathEntry
import org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry

import java.util.regex.Matcher

//noinspection GroovyAssignabilityCheck
group 'org.zowe.apiml'
Expand Down Expand Up @@ -93,12 +95,6 @@ allprojects {
}
}

configurations.all {
resolutionStrategy.dependencySubstitution {
substitute(module('org.glassfish.jaxb:jaxb-runtime')).using(module('com.sun.xml.bind:jaxb-core:${libs.versions.jaxbImpl.get()}'))
}
}

}

configure(subprojects.findAll {it.name != 'platform'}) {
Expand Down

0 comments on commit d898520

Please sign in to comment.