Files
mfish-nocode/mf-common/mf-common-api/pom.xml
T

78 lines
2.7 KiB
XML

<?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">
<parent>
<artifactId>mf-common</artifactId>
<groupId>cn.com.mfish</groupId>
<version>mf-2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mf-common-api</artifactId>
<properties>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-oauth-api</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-storage-api</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-sys-api</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-log</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-file</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-dblink</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-oauth</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-sys</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-workflow</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-nocode</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-demo</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-nocode-api</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-demo-api</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-ai</artifactId>
</dependency>
</dependencies>
</project>