Skip to content

Commit

Permalink
Merge pull request #1181 from jmartisk/fix-release
Browse files Browse the repository at this point in the history
Fix the release
  • Loading branch information
geoand authored Dec 23, 2024
2 parents 23d4c99 + a08680c commit 84a22ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,19 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-mcp-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-neo4j-deployment</artifactId>
Expand Down

0 comments on commit 84a22ec

Please sign in to comment.