Skip to content

Commit

Permalink
conf: 🛠️ useless dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
philippart-s committed Apr 28, 2024
1 parent d170254 commit 35a077b
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions ollama/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,36 +26,6 @@
<artifactId>quarkus-langchain4j-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-ollama</artifactId>
<exclusions>
<exclusion>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-sse</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
Expand Down

0 comments on commit 35a077b

Please sign in to comment.