Skip to content

Commit

Permalink
Sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Jul 16, 2024
1 parent 374453a commit 13cf0bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>

<!-- dependency versions -->
<bedrock.version>7.0.3</bedrock.version>
<bedrock.version>7.0.4</bedrock.version>
<coherence.version>24.03</coherence.version>
<jakarta.xml.bind.version>3.0.1</jakarta.xml.bind.version>
<copy.rename.maven.plugin.version>1.0.1</copy.rename.maven.plugin.version>
<derby.version>10.17.1.0</derby.version>
<docker.version>${project.version}</docker.version>
<eclipselink.version>4.0.2</eclipselink.version>
<jackson.version>2.17.1</jackson.version>
<jackson.version>2.17.2</jackson.version>
<jackson.databind.version>${jackson.version}</jackson.databind.version>
<jaeger.version>1.8.1</jaeger.version>
<jaxrs.version>3.0.0</jaxrs.version>
Expand All @@ -62,7 +62,7 @@
<maven.enforcer.plugin.version>3.5.0</maven.enforcer.plugin.version>
<maven.exec.plugin.version>3.3.0</maven.exec.plugin.version>
<maven.jandex.plugin.version>1.2.3</maven.jandex.plugin.version>
<maven.javadoc.plugin.version>3.6.3</maven.javadoc.plugin.version>
<maven.javadoc.plugin.version>3.7.0</maven.javadoc.plugin.version>
<maven.resources.plugin.version>3.1.0</maven.resources.plugin.version>
<maven.replacer.plugin.version>1.5.3</maven.replacer.plugin.version>
<maven.source.plugin.version>3.3.1</maven.source.plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public PersistenceHelper() {
waitForRegistration(registry, Registry.CLUSTER_TYPE);
}
catch (InterruptedException e) {
throw new RuntimeException("Unable to find MBean", e);
throw new IllegalStateException("Unable to find MBean: " + e.getMessage());
}
}

Expand Down

0 comments on commit 13cf0bc

Please sign in to comment.