added parent pom

This commit is contained in:
DeepLearning Dynamo 2023-06-24 09:07:23 +02:00
parent f6cedd135c
commit 0df4ec6345
1 changed files with 18 additions and 0 deletions

18
pom.xml Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-parent</artifactId>
<version>0.4.0</version>
<packaging>pom</packaging>
<modules>
<module>langchain4j-core</module>
<module>langchain4j</module>
<module>langchain4j-pinecone</module>
</modules>
</project>