Skip to content

Commit 59f3577

Browse files
Merge pull request #74 from qbicsoftware/revert-71-fix/revert-omero-update
Revert "revert changes to new omero version as other parts are not ready"
2 parents 64109c1 + ac76071 commit 59f3577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<dependency>
194194
<groupId>life.qbic</groupId>
195195
<artifactId>omero-client-lib</artifactId>
196-
<version>1.2.0</version>
196+
<version>1.3.1</version>
197197

198198
<exclusions>
199199
<exclusion>

src/main/java/life/qbic/portal/portlet/ProjectWizardUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ private void initView(final DBManager dbm, final Vocabularies vocabularies, fina
200200
try {
201201
int omeroPort = Integer.parseInt(config.getOmeroPort());
202202
omero = new BasicOMEROClient(config.getOmeroUser(), config.getOmeroPassword(),
203-
config.getOmeroHostname(), omeroPort);
203+
config.getOmeroHostname(), omeroPort, "default");
204204
} catch (NumberFormatException | NullPointerException e) {
205205
logger.warn("Omero port could not be parsed form the configuration file.");
206206
}

0 commit comments

Comments
 (0)