Skip to content

Commit 51dbfeb

Browse files
DavideDclaude
andcommitted
Add explicit version for scram-client dependency
Declare com.ongres.scram:scram-client version 3.2 in dependency management to ensure proper version resolution in CI environments. This fixes the missing version error when building the vertx benchmark module. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 01e51b9 commit 51dbfeb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frameworks/Java/quarkus/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
<artifactId>hibernate-reactive-core</artifactId>
4848
<version>${hibernate-reactive.version}</version>
4949
</dependency>
50+
<dependency>
51+
<groupId>com.ongres.scram</groupId>
52+
<artifactId>scram-client</artifactId>
53+
<version>3.2</version>
54+
</dependency>
5055
<dependency>
5156
<groupId>${quarkus.platform.group-id}</groupId>
5257
<artifactId>${quarkus.platform.artifact-id}</artifactId>

0 commit comments

Comments
 (0)