mianbin 133f1db0fc 1: jdk为17
2:jar包全部调整
3:sms,social,codegen等无用的全部删除
4;jar包依赖调整
4:pom文件全部修改
5:编译目前没有问题
6:启动等,具体功能等待验证
2025-01-09 16:13:40 +08:00

26 lines
825 B
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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>ops-pro</artifactId>
<groupId>cd.casic.boot</groupId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>system-framework</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
system 模块,主要提供两块能力:
1. 流水线平台相关
2. 插件相关
3. 业务相关
</description>
</project>