diff --git a/liteflow-ai/liteflow-ai-core/pom.xml b/liteflow-ai/liteflow-ai-core/pom.xml new file mode 100644 index 000000000..0792679bd --- /dev/null +++ b/liteflow-ai/liteflow-ai-core/pom.xml @@ -0,0 +1,43 @@ + + + + liteflow-ai + com.yomahub + ${revision} + ../pom.xml + + 4.0.0 + + liteflow-ai-core + + + + com.yomahub + liteflow-spring-boot-starter + + + + org.springframework.boot + spring-boot-autoconfigure + + + + org.springframework.boot + spring-boot-configuration-processor + + + + com.squareup.okhttp3 + okhttp + + + + com.squareup.okhttp3 + okhttp-sse + + + + + \ No newline at end of file diff --git a/liteflow-ai/liteflow-ai-model/liteflow-ai-model-ollama/pom.xml b/liteflow-ai/liteflow-ai-model/liteflow-ai-model-ollama/pom.xml new file mode 100644 index 000000000..698ffb6f7 --- /dev/null +++ b/liteflow-ai/liteflow-ai-model/liteflow-ai-model-ollama/pom.xml @@ -0,0 +1,23 @@ + + + + liteflow-ai-model + com.yomahub + ${revision} + ../pom.xml + + 4.0.0 + + liteflow-ai-model-ollama + + + + com.yomahub + liteflow-ai-core + ${revision} + + + + \ No newline at end of file diff --git a/liteflow-ai/liteflow-ai-model/pom.xml b/liteflow-ai/liteflow-ai-model/pom.xml new file mode 100644 index 000000000..61c353e2d --- /dev/null +++ b/liteflow-ai/liteflow-ai-model/pom.xml @@ -0,0 +1,32 @@ + + + + liteflow-ai + com.yomahub + ${revision} + ../pom.xml + + 4.0.0 + pom + + + liteflow-ai-model-ollama + + + liteflow-ai-model + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + + + \ No newline at end of file diff --git a/liteflow-ai/liteflow-ai-test/pom.xml b/liteflow-ai/liteflow-ai-test/pom.xml new file mode 100644 index 000000000..b89b48fc4 --- /dev/null +++ b/liteflow-ai/liteflow-ai-test/pom.xml @@ -0,0 +1,23 @@ + + + + liteflow-ai + com.yomahub + ${revision} + ../pom.xml + + 4.0.0 + + liteflow-ai-test + + + + com.yomahub + liteflow-ai-core + ${revision} + + + + \ No newline at end of file diff --git a/liteflow-ai/pom.xml b/liteflow-ai/pom.xml new file mode 100644 index 000000000..1da82c5fd --- /dev/null +++ b/liteflow-ai/pom.xml @@ -0,0 +1,59 @@ + + + + liteflow + com.yomahub + ${revision} + ../pom.xml + + 4.0.0 + pom + + + liteflow-ai-core + liteflow-ai-test + liteflow-ai-model + + + liteflow-ai + + + 4.12.0 + + + + + com.yomahub + liteflow-spring-boot-starter + ${revision} + + + + com.squareup.okhttp3 + okhttp + ${okhttp3.version} + + + + com.squareup.okhttp3 + okhttp-sse + ${okhttp3.version} + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + + + \ No newline at end of file