1 Star 0 Fork 320

方得始终 / wecube-platform

forked from WeBank / wecube-platform 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
gavin2lee 提交于 2022-03-10 14:53 . #2321 fix typo
<?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>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<relativePath/>
</parent>
-->
<groupId>com.webank.wecube.platform</groupId>
<artifactId>wecube-platform</artifactId>
<packaging>pom</packaging>
<version>3.2.2</version>
<properties>
<version.camunda>7.11.0-alpha5</version.camunda>
<java.version>1.8</java.version>
<java.encoding>UTF-8</java.encoding>
<springboot.version>2.1.18.RELEASE</springboot.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
</properties>
<modules>
<module>platform-workflow</module>
<module>platform-auth-client</module>
<module>platform-auth-server</module>
<module>platform-core</module>
<module>platform-gateway</module>
</modules>
</project>
Java
1
https://gitee.com/mykubenetes/wecube-platform.git
git@gitee.com:mykubenetes/wecube-platform.git
mykubenetes
wecube-platform
wecube-platform
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891