Skip to content

Commit

Permalink
Merge pull request #74 from qbicsoftware/revert-71-fix/revert-omero-u…
Browse files Browse the repository at this point in the history
…pdate

Revert "revert changes to new omero version as other parts are not ready"
  • Loading branch information
wow-such-code authored Nov 13, 2023
2 parents 64109c1 + ac76071 commit 59f3577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>omero-client-lib</artifactId>
<version>1.2.0</version>
<version>1.3.1</version>

<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private void initView(final DBManager dbm, final Vocabularies vocabularies, fina
try {
int omeroPort = Integer.parseInt(config.getOmeroPort());
omero = new BasicOMEROClient(config.getOmeroUser(), config.getOmeroPassword(),
config.getOmeroHostname(), omeroPort);
config.getOmeroHostname(), omeroPort, "default");
} catch (NumberFormatException | NullPointerException e) {
logger.warn("Omero port could not be parsed form the configuration file.");
}
Expand Down

0 comments on commit 59f3577

Please sign in to comment.