|
@@ -18,19 +18,18 @@
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
-
|
|
|
<groupId>cn.tycoding</groupId>
|
|
|
<artifactId>langchat-common-bom</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
<properties>
|
|
|
- <revision>0.4.0</revision>
|
|
|
+ <revision>1.0.0</revision>
|
|
|
</properties>
|
|
|
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
- <!-- Modules version -->
|
|
|
+ <!-- AI模块 -->
|
|
|
<dependency>
|
|
|
<groupId>cn.tycoding</groupId>
|
|
|
<artifactId>langchat-ai</artifactId>
|
|
@@ -46,6 +45,8 @@
|
|
|
<artifactId>langchat-ai-biz</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <!-- Upms模块 -->
|
|
|
<dependency>
|
|
|
<groupId>cn.tycoding</groupId>
|
|
|
<artifactId>langchat-upms-api</artifactId>
|
|
@@ -56,13 +57,15 @@
|
|
|
<artifactId>langchat-upms-biz</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <!-- 公共模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>cn.tycoding</groupId>
|
|
|
+ <groupId>cn.langchat</groupId>
|
|
|
<artifactId>langchat-common</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>cn.tycoding</groupId>
|
|
|
+ <groupId>cn.langchat</groupId>
|
|
|
<artifactId>langchat-common-bom</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
@@ -86,31 +89,13 @@
|
|
|
<artifactId>langchat-common-oss</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.tycoding</groupId>
|
|
|
- <artifactId>langchat-server</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
- </dependency>
|
|
|
+
|
|
|
+ <!-- 认证模块 -->
|
|
|
<dependency>
|
|
|
<groupId>cn.tycoding</groupId>
|
|
|
<artifactId>langchat-auth</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.tycoding</groupId>
|
|
|
- <artifactId>langchat-flow</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.tycoding</groupId>
|
|
|
- <artifactId>langchat-flow-api</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.tycoding</groupId>
|
|
|
- <artifactId>langchat-flow-parser</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
- </dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.yaml</groupId>
|