pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: Dmole (@Dmole) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: [pgjdbc/pgjdbc] issue #3787: junit scope in *pom.xml
Date: Thu, 04 Sep 2025 14:15:08 +0000
Message-ID: <[email protected]> (raw)
**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
```
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.12.2</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
```
and the later has
```
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>%{org.junit.jupiter:junit-jupiter-params}</version>
<scope>test</scope>
</dependency>
```
**Driver Version?**
42.7.7
**To Reproduce**
Include pgjdbc in maven
**Expected behaviour**
junit* have scope test
**Actual behaviour**
junit* has scope runtime
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://pgjdbc/pgjdbc
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] issue #3787: junit scope in *pom.xml
In-Reply-To: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox