1 Star 0 Fork 19

geyunlong/metadata-common

forked from UBML/metadata-common 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 2.47 KB
一键复制 编辑 原始数据 按行查看 历史
李斌 提交于 2022-09-15 16:39 . 优化maven引用信息
<?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>
<groupId>io.iec.edp</groupId>
<artifactId>caf-boot-parent</artifactId>
<version>1.0.0-rc.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.inspur.edp</groupId>
<artifactId>metadata-common</artifactId>
<version>0.1.0</version>
<build>
<plugins>
<plugin>
<groupId>org.openclover</groupId>
<artifactId>clover-maven-plugin</artifactId>
<configuration>
<includesTestSourceRoots>false</includesTestSourceRoots>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.annotations.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.databind.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring.core.version}</version>
</dependency>
</dependencies>
<properties>
<commons.io.version>2.7</commons.io.version>
<jackson.annotations.version>2.12.2</jackson.annotations.version>
<jackson.databind.version>2.12.2</jackson.databind.version>
<spring.core.version>5.2.16.RELEASE</spring.core.version>
</properties>
<distributionManagement>
<snapshotRepository>
<id>gsp-snapshots-repo</id>
<url>https://repos.iec.io/repository/maven-gsp-snapshots/</url>
</snapshotRepository>
<repository>
<id>gsp-releases-repo</id>
<url>https://repos.iec.io/repository/maven-gsp-releases/</url>
</repository>
</distributionManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geyunlong2220182079/metadata-common.git
git@gitee.com:geyunlong2220182079/metadata-common.git
geyunlong2220182079
metadata-common
metadata-common
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385