Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions mcc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import org.labkey.gradle.util.BuildUtils
import org.labkey.gradle.util.ExternalDependency

configurations.all {
resolutionStrategy {
// NOTE: this should be kept in sync with SequenceAnalysis module
force "jakarta.xml.bind:jakarta.xml.bind-api:2.3.3"
}
}

dependencies {
BuildUtils.addLabKeyDependency(project: project, config: "implementation", depProjectPath: ":server:modules:DiscvrLabKeyModules:Studies", depProjectConfig: "apiJarFile")
BuildUtils.addLabKeyDependency(project: project, config: "implementation", depProjectPath: ":server:modules:DiscvrLabKeyModules:jbrowse", depProjectConfig: "apiJarFile")
Expand Down Expand Up @@ -60,6 +53,7 @@ dependencies {
"Parsing XML Data"
),
{
// Exclude in favor of angus activation from API
exclude group: 'jakarta.activation', module: 'jakarta.activation-api'
}
)
Expand Down