Skip to content

Commit 35766d2

Browse files
committed
Roll back omero externalDependency
1 parent 438c7c8 commit 35766d2

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

omerointegration/build.gradle

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import org.labkey.gradle.util.BuildUtils;
2-
import org.labkey.gradle.util.ExternalDependency
32

43
repositories {
54
mavenLocal()
@@ -15,17 +14,7 @@ repositories {
1514

1615
//excludes based on: https://github.com/glencoesoftware/omero-ms-core/blob/master/build.gradle
1716
dependencies {
18-
BuildUtils.addExternalDependency(
19-
project,
20-
new ExternalDependency(
21-
"org.openmicroscopy:omero-gateway:5.6.3",
22-
"OMERO Client",
23-
"OMERO Client",
24-
"https://docs.openmicroscopy.org/omero/5.6.3/developers/Java.html",
25-
ExternalDependency.GNU_LESSER_GPL_21_NAME,
26-
ExternalDependency.GNU_LESSER_GPL_21_URL,
27-
"Used to interact with OMERO Servers"
28-
),
17+
external "org.openmicroscopy:omero-gateway:5.6.3"
2918
{
3019
exclude group: 'OME'
3120
exclude group: 'antlr'
@@ -91,7 +80,7 @@ dependencies {
9180
exclude group: 'org.springframework', module: 'spring-jdbc'
9281
exclude group: 'org.springframework', module: 'spring-tx'
9382
}
94-
)
83+
9584
BuildUtils.addLabKeyDependency(project: project, config: "implementation", depProjectPath: ":server:modules:LabDevKitModules:LDK", depProjectConfig: "apiJarFile")
9685

9786
BuildUtils.addLabKeyDependency(project: project, config: "modules", depProjectPath: ":server:modules:LabDevKitModules:LDK", depProjectConfig: "published", depExtension: "module")

0 commit comments

Comments
 (0)