Infinispan: cosmetics

This commit is contained in:
LangChain4j 2024-02-08 11:50:09 +01:00
parent 3cc3ab676c
commit df21030e1c
1 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,12 @@
<artifactId>langchain4j-infinispan</artifactId>
<packaging>jar</packaging>
<name>LangChain4j integration with Infinispan</name>
<name>LangChain4j :: Integration :: Infinispan</name>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<dependencies>