Skip to content

Commit 02404a4

Browse files
committed
fix test
1 parent 777547d commit 02404a4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tests/test-javalin-jsonb/src/test/java/io/avaje/http/generator/JavalinProcessorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class JavalinProcessorTest {
3333
@AfterEach
3434
void deleteGeneratedFiles() throws IOException {
3535
APContext.clear();
36+
io.avaje.jsonb.generator.APContext.clear();
3637
Paths.get("openapi.json").toAbsolutePath().toFile().delete();
3738
Paths.get("io.avaje.jsonb.Jsonb$GeneratedComponent").toAbsolutePath().toFile().delete();
3839

tests/test-nima-jsonb/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@
106106
<artifactId>avaje-jsonb-generator</artifactId>
107107
<version>3.9</version>
108108
</path>
109-
<path>
110-
<groupId>io.avaje</groupId>
111-
<artifactId>avaje-validator-generator</artifactId>
112-
<version>2.15</version>
113-
</path>
114109
<path>
115110
<groupId>io.jstach</groupId>
116111
<artifactId>jstachio-apt</artifactId>

0 commit comments

Comments
 (0)