Skip to content

Add test scope to jetty-quic-util JUnit dependency #14063

@Petersoj

Description

@Petersoj

The pom.xml for jetty-quic-util doesn't include <scope>test</scope> for the JUnit dependency, causing JUnit to appear on the runtime classpath:

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>

Metadata

Metadata

Assignees

Labels

BugFor general bugs on Jetty side

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions