Skip to content

Commit

Permalink
Remove MS2 dependencies (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Jun 17, 2024
1 parent 1279fb1 commit ea0dbc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions panoramapublic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ dependencies {
"SQLite JDBC Driver"
)
)
BuildUtils.addLabKeyDependency(project: project, config: "implementation", depProjectPath: BuildUtils.getCommonAssayModuleProjectPath(project.gradle, "ms2"), depProjectConfig: "apiJarFile")
BuildUtils.addLabKeyDependency(project: project, config: "jspImplementation", depProjectPath: BuildUtils.getCommonAssayModuleProjectPath(project.gradle, "ms2"), depProjectConfig: "apiJarFile")
BuildUtils.addLabKeyDependency(project: project, config: "modules", depProjectPath: BuildUtils.getCommonAssayModuleProjectPath(project.gradle, "ms2"), depProjectConfig: "published", depExtension: "module")
BuildUtils.addLabKeyDependency(project: project, config: "modules", depProjectPath: BuildUtils.getPlatformModuleProjectPath(project.gradle, "experiment"), depProjectConfig: "published", depExtension: "module")
BuildUtils.addLabKeyDependency(project: project, config: "modules", depProjectPath: BuildUtils.getPlatformModuleProjectPath(project.gradle, "pipeline"), depProjectConfig: "published", depExtension: "module")
BuildUtils.addLabKeyDependency(project: project, config: "implementation", depProjectPath: ":server:modules:targetedms", depProjectConfig: "apiJarFile")
Expand Down

0 comments on commit ea0dbc9

Please sign in to comment.