File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
test-javalin-jsonb/src/test/java/io/avaje/http/generator Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments