10000 [#1402] Add dependency to SCRAM for the JBang examples with Postgres · hibernate/hibernate-reactive@a7128de · GitHub
[go: up one dir, main page]

Skip to content

Commit a7128de

Browse files
committed
[#1402] Add dependency to SCRAM for the JBang examples with Postgres
1 parent 6e7d88a commit a7128de

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tooling/jbang/Example.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.3.4}
1111
//DEPS org.hibernate.reactive:hibernate-reactive-core-jakarta:${hibernate-reactive.version:1.1.9.Final}
1212
//DEPS org.slf4j:slf4j-simple:1.7.30
13+
//DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
14+
//DEPS com.ongres.scram:client:2.1
1315

1416
import java.time.LocalDate;
1517
import java.util.ArrayList;

tooling/jbang/PostgreSQLReactiveTest.java.qute

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
//DEPS junit:junit:4.13.2
1313
//DEPS org.testcontainers:postgresql:1.17.3
1414
//DEPS org.slf4j:slf4j-simple:1.7.30
15+
//DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
16+
//DEPS com.ongres.scram:client:2.1
1517

1618
import jakarta.persistence.Entity;
1719
import jakarta.persistence.Id;

0 commit comments

Comments
 (0)
0