File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 3333 <groupId >io.helidon.codegen</groupId >
3434 <artifactId >helidon-codegen</artifactId >
3535 </dependency >
36+ <dependency >
37+ <groupId >io.helidon.common</groupId >
38+ <artifactId >helidon-common-types</artifactId >
39+ </dependency >
40+ <dependency >
41+ <groupId >io.helidon.common</groupId >
42+ <artifactId >helidon-common</artifactId >
43+ </dependency >
44+ <dependency >
45+ <groupId >io.helidon.codegen</groupId >
46+ <artifactId >helidon-codegen-class-model</artifactId >
47+ </dependency >
3648 <dependency >
3749 <groupId >io.helidon.service</groupId >
3850 <artifactId >helidon-service-registry</artifactId >
51+ <scope >test</scope >
3952 </dependency >
4053 <dependency >
4154 <groupId >io.helidon.json.schema</groupId >
Original file line number Diff line number Diff line change 2121 requires io .helidon .codegen ;
2222 requires io .helidon .common .types ;
2323 requires io .helidon .builder .api ;
24- requires io .helidon .service .registry ;
2524 requires io .helidon .json .schema ;
2625
2726 exports io .helidon .json .schema .codegen ;
You can’t perform that action at this time.
0 commit comments