Skip to content

Commit

Permalink
Merge pull request #1088 from gsmet/fix-ecosystem-ci
Browse files Browse the repository at this point in the history
Drop references to resteasy-reactive artifacts
  • Loading branch information
geoand authored Nov 20, 2024
2 parents cbf2cc1 + c4a7ab5 commit cb48472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/jlama/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/llama3-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
Expand Down

0 comments on commit cb48472

Please sign in to comment.