mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-11 07:36:53 +08:00
26 lines
864 B
XML
26 lines
864 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>com.yomahub</groupId>
|
|
<artifactId>liteflow-react-agent</artifactId>
|
|
<version>${revision}</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>liteflow-react-agent-gemini</artifactId>
|
|
<packaging>jar</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.yomahub</groupId>
|
|
<artifactId>liteflow-react-agent-core</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.genai</groupId>
|
|
<artifactId>google-genai</artifactId>
|
|
<version>${google-genai.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |