【7.2.2】删除没用的sdk模块

pull/29/head
fengshuonan 2022-05-23 14:08:46 +08:00
parent 20d9a48700
commit f916102f84
5 changed files with 0 additions and 39 deletions

View File

@ -24,13 +24,6 @@
<version>${roses.version}</version>
</dependency>
<!--拓展字段SDK模块-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>expand-sdk</artifactId>
<version>${roses.version}</version>
</dependency>
<!--system业务api-->
<!--调用用户相关业务-->
<dependency>

View File

@ -1 +0,0 @@
# SDK模块存放一些本模块通用的工具处理类等

View File

@ -1,29 +0,0 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>kernel-s-expand</artifactId>
<version>7.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>expand-sdk</artifactId>
<packaging>jar</packaging>
<dependencies>
<!--拓展字段api-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>expand-api</artifactId>
<version>${roses.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -1 +0,0 @@
package cn.stylefeng.roses.kernel.expand.modular.sdk;

View File

@ -18,7 +18,6 @@
<modules>
<module>expand-api</module>
<module>expand-business</module>
<module>expand-sdk</module>
<module>expand-spring-boot-starter</module>
</modules>