Skip to content

Commit c4a7ab5

Browse files
committed
Drop references to resteasy-reactive artifacts
This to tentatively fix Ecosystem CI.
1 parent cbf2cc1 commit c4a7ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-tests/jlama/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependencies>
1616
<dependency>
1717
<groupId>io.quarkus</groupId>
18-
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
18+
<artifactId>quarkus-rest-jackson</artifactId>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.quarkiverse.langchain4j</groupId>

integration-tests/llama3-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependencies>
1616
<dependency>
1717
<groupId>io.quarkus</groupId>
18-
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
18+
<artifactId>quarkus-rest-jackson</artifactId>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.quarkiverse.langchain4j</groupId>

0 commit comments

Comments
 (0)