File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 10
10
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.3.4}
11
11
//DEPS org.hibernate.reactive:hibernate-reactive-core-jakarta:${hibernate-reactive.version:1.1.9.Final}
12
12
//DEPS org.slf4j:slf4j-simple:1.7.30
13
+ //DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
14
+ //DEPS com.ongres.scram:client:2.1
13
15
14
16
import java .time .LocalDate ;
15
17
import java .util .ArrayList ;
Original file line number Diff line number Diff line change 12
12
//DEPS junit:junit:4.13.2
13
13
//DEPS org.testcontainers:postgresql:1.17.3
14
14
//DEPS org.slf4j:slf4j-simple:1.7.30
15
+ //DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
16
+ //DEPS com.ongres.scram:client:2.1
15
17
16
18
import jakarta.persistence.Entity;
17
19
import jakarta.persistence.Id;
You can’t perform that action at this time.
0 commit comments