1 Star 1 Fork 3

田凯文 / kindee-erp

forked from 15klli / kindee-erp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.83 KB
一键复制 编辑 原始数据 按行查看 历史
momo 提交于 2020-08-14 10:23 . refacto: add Readme.md
<?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>
<groupId>com.xingyun</groupId>
<artifactId>kingdee-erp</artifactId>
<version>1.0-SNAPSHOT</version>
<modules>
<module>kingdee-erp-common</module>
<module>kingdee-erp-formInfo</module>
<module>kingdee-erp-service</module>
<module>kingdee-erp-tools</module>
</modules>
<packaging>pom</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<attach>true</attach>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.72</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.13</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>2.0.1.Final</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>maven-public</id>
<name>Nexus Repositories</name>
<url>http://nexus.xyb2b.com.cn/repository/maven-public/</url>
</repository>
</repositories>
<!-- maven私服配置 -->
<distributionManagement>
<snapshotRepository>
<id>maven-snapshots</id>
<url>http://nexus.xyb2b.com.cn/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
Java
1
https://gitee.com/null_117_0404/kindee-erp.git
git@gitee.com:null_117_0404/kindee-erp.git
null_117_0404
kindee-erp
kindee-erp
master

搜索帮助