File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
src/main/resources/templates Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ dependencies {
7272<#if language == "kotlin" && vertxVersion?starts_with("4.") >
7373 implementation(kotlin("stdlib-jdk8"))
7474</#if >
75- <#if hasPgClient >
75+ <#if hasPgClient && vertxVersion?starts_with("4.") >
7676 implementation("com.ongres.scram:client:2.1")
7777</#if >
7878<#if hasVertxJUnit5 >
Original file line number Diff line number Diff line change 9090</#noparse >
9191</#if >
9292</#if >
93- <#if hasPgClient >
94- <#if vertxVersion?starts_with("5.") >
93+ <#if hasPgClient && vertxVersion?starts_with("4.") >
9594 <dependency >
9695 <groupId >com.ongres.scram</groupId >
97- <artifactId >scram- client</artifactId >
98- <version >3 .1</version >
96+ <artifactId >client</artifactId >
97+ <version >2 .1</version >
9998 </dependency >
100- <#else >
101- <dependency >
102- <groupId >com.ongres.scram</groupId >
103- <artifactId >client</artifactId >
104- <version >2.1</version >
105- </dependency >
106- </#if >
10799</#if >
108100
109101<#if hasVertxJUnit5 >
You can’t perform that action at this time.
0 commit comments