Skip to content

Commit

Permalink
Merge pull request #157 from quarkiverse/#148
Browse files Browse the repository at this point in the history
Use previous version of POI extension
  • Loading branch information
geoand authored Dec 14, 2023
2 parents 0c8ab60 + 8ccddfb commit fde1ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.6.1</quarkus.version>
<langchain4j.version>0.24.0</langchain4j.version>
<quarkus-poi.version>2.0.5</quarkus-poi.version>
<quarkus-poi.version>2.0.4</quarkus-poi.version> <!-- we need to use this version because langchain4j uses POI 5.2.3 instead of 5.2.5 and the substitution needed is different in the two versions -->
<assertj.version>3.24.2</assertj.version>
<wiremock.version>3.3.1</wiremock.version>
<pgvector-java.version>0.1.4</pgvector-java.version>
Expand Down

0 comments on commit fde1ac1

Please sign in to comment.