Skip to content

Commit

Permalink
version 3.60 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mstritt committed May 7, 2020
1 parent b7729ce commit 26923ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ configurations {

dependencies {
implementation 'com.actelion.research:lib-orbit-common:1.2.12'
// implementation ('com.actelion.research:image-provider-omero:1.7.1') {
// because('Version 1.7.1 supports Omero 5.6.x')
// }
implementation ('com.actelion.research:image-provider-omero:1.7.1') {
because('Version 1.7.1 supports Omero 5.6.x')
}
api 'com.actelion.research:map-reduce-generic:1.0.10'
// implementation 'com.actelion.research:map-reduce-exec-spark:1.1.3'

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#can be overwritten by config_custom.properties

#ImageProvider=com.actelion.research.orbit.imageAnalysis.dal.ImageProviderNoop
ImageProvider=com.actelion.research.orbit.imageAnalysis.dal.ImageProviderLocal
#ImageProvider=com.actelion.research.orbit.imageprovider.ImageProviderOmero
#ImageProvider=com.actelion.research.orbit.imageAnalysis.dal.ImageProviderLocal
ImageProvider=com.actelion.research.orbit.imageprovider.ImageProviderOmero
ScaleOut=com.actelion.research.orbit.imageAnalysis.dal.ScaleoutNoop
#ScaleOut=com.actelion.research.orbit.imageAnalysis.dal.ScaleoutSpark

Expand All @@ -23,4 +23,4 @@ ScaleOut=com.actelion.research.orbit.imageAnalysis.dal.ScaleoutNoop
#ExternalRepositoryComputers=

#define channelname:hue values separated by comma. Overwrites default hue values.
channelHues=Ch2-T1:0,Ch2-T2:177,af488:120
#channelHues=Ch2-T1:0,Ch2-T2:177,af488:120

0 comments on commit 26923ab

Please sign in to comment.