Skip to content

Commit 86b458e

Browse files
authored
Add JSON Schema and lc4j codegens to apt bundle #10723 (#10747)
* Add JSON Schema and lc4j codegens to apt bundle #10723 Signed-off-by: Daniel Kec <[email protected]>
1 parent 3232329 commit 86b458e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bundles/apt/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
- Helidon @Generated extension
3737
- Helidon Declarative
3838
- Helidon Data
39+
- Helidon JSON Schema
40+
- Helidon LangChain4j
3941
Does not contain:
4042
- Helidon Copyright extension
4143
</description>
@@ -67,6 +69,14 @@
6769
<groupId>io.helidon.data.codegen</groupId>
6870
<artifactId>helidon-data-codegen</artifactId>
6971
</dependency>
72+
<dependency>
73+
<groupId>io.helidon.json.schema</groupId>
74+
<artifactId>helidon-json-schema-codegen</artifactId>
75+
</dependency>
76+
<dependency>
77+
<groupId>io.helidon.integrations.langchain4j</groupId>
78+
<artifactId>helidon-integrations-langchain4j-codegen</artifactId>
79+
</dependency>
7080
</dependencies>
7181

7282
<profiles>

0 commit comments

Comments
 (0)