【7.6.0】【sys】删除没用模块

pull/55/MERGE
fengshuonan 2023-06-11 11:35:31 +08:00
parent 2a7b9d7d90
commit 097994499b
3 changed files with 0 additions and 31 deletions

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-sys</artifactId>
<version>7.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sys-sdk</artifactId>
<packaging>jar</packaging>
<dependencies>
<!--基础核心业务api-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>sys-api</artifactId>
<version>${roses.version}</version>
</dependency>
</dependencies>
</project>

View File

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