Message-ID: From: "Dmole (@Dmole)" To: "pgjdbc/pgjdbc" Date: Thu, 04 Sep 2025 14:15:08 +0000 Subject: [pgjdbc/pgjdbc] issue #3787: junit scope in *pom.xml List-Id: X-GitHub-Author-Id: 1793802 X-GitHub-Author-Login: Dmole X-GitHub-Issue: 3787 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: open X-GitHub-Type: issue X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3787 Content-Type: text/plain; charset=utf-8 **Describe the issue** The ~/.m2 file org/postgresql/postgresql/42.7.7/postgresql-42.7.7.pom seems to be most closely related to https://github.com/pgjdbc/pgjdbc/blob/release/42.7.x/pgjdbc/reduced-pom.xml but the former has ``` org.junit.jupiter junit-jupiter-engine 5.12.2 runtime true ``` and the later has ``` org.junit.jupiter junit-jupiter-engine %{org.junit.jupiter:junit-jupiter-params} test ``` **Driver Version?** 42.7.7 **To Reproduce** Include pgjdbc in maven **Expected behaviour** junit* have scope test **Actual behaviour** junit* has scope runtime