From f2a96e86ed7bc0c7b6d43b20eebf99af7968c4da Mon Sep 17 00:00:00 2001 From: LuanY77 <2307984361@qq.com> Date: Tue, 8 Jul 2025 18:54:32 +0800 Subject: [PATCH] rebase onto branch-ai --- liteflow-ai/liteflow-ai-core/pom.xml | 43 ++++++++++++++ .../liteflow-ai-model-ollama/pom.xml | 23 ++++++++ liteflow-ai/liteflow-ai-model/pom.xml | 32 ++++++++++ liteflow-ai/liteflow-ai-test/pom.xml | 23 ++++++++ liteflow-ai/pom.xml | 59 +++++++++++++++++++ 5 files changed, 180 insertions(+) create mode 100644 liteflow-ai/liteflow-ai-core/pom.xml create mode 100644 liteflow-ai/liteflow-ai-model/liteflow-ai-model-ollama/pom.xml create mode 100644 liteflow-ai/liteflow-ai-model/pom.xml create mode 100644 liteflow-ai/liteflow-ai-test/pom.xml create mode 100644 liteflow-ai/pom.xml 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