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
920 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>app-plugins</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
插件 模块,主要提供扩展能力能力:
如软件工厂需求,国防科大需求等。
各个node节点模块都需要再插件中实现
所有非本平台的业务,都走插件模块
</description>
</project>