Skip to content

Commit 90cc63f

Browse files
build: JMH scope test
- fixes #2285 Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
1 parent 624a768 commit 90cc63f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
<groupId>org.openjdk.jmh</groupId>
129129
<artifactId>jmh-core</artifactId>
130130
<version>1.37</version>
131+
<scope>test</scope>
131132
</dependency>
132133

133134
<!-- JMH annotation processor -->

src/test/java/net/sf/jsqlparser/expression/ConnectByRootOperatorTest.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*-
2+
* #%L
3+
* JSQLParser library
4+
* %%
5+
* Copyright (C) 2004 - 2025 JSQLParser
6+
* %%
7+
* Dual licensed under GNU LGPL 2.1 or Apache License 2.0
8+
* #L%
9+
*/
110
package net.sf.jsqlparser.expression;
211

312
import net.sf.jsqlparser.JSQLParserException;

0 commit comments

Comments
 (0)