Skip to content

Commit 898710b

Browse files
committed
service registry removal
Signed-off-by: David Kral <[email protected]>
1 parent 7c04939 commit 898710b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

json/schema/codegen/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,22 @@
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>

json/schema/codegen/src/main/java/module-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
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;

0 commit comments

Comments
 (0)