0 Star 3 Fork 1

逆光影者/endpoint-io-transfer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 3.04 KB
一键复制 编辑 原始数据 按行查看 历史
CPF 提交于 2021-07-12 16:34 . 文件新增
<?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>cn.cpf</groupId>
<artifactId>endpoint-io-transfer</artifactId>
<packaging>pom</packaging>
<version>1.0-RELEASE</version>
<dependencies>
<dependency>
<groupId>com.github.cosycode</groupId>
<artifactId>common-lang</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.github.cosycode</groupId>
<artifactId>bit-data-map</artifactId>
<version>1.4</version>
<exclusions>
<exclusion>
<groupId>com.github.cosycode</groupId>
<artifactId>common-lang</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.cosycode</groupId>
<artifactId>extend-mod</artifactId>
<version>1.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.github.cosycode</groupId>
<artifactId>common-lang</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
<version>2.3.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
</dependency>
</dependencies>
<build>
<!--告诉 maven, 在打包时, 要打包 resource 下的文件-->
<resources>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.html</include>
<include>**/*.xml</include>
<include>**/*.properties</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/cpfree/endpoint-io-transfer.git
git@gitee.com:cpfree/endpoint-io-transfer.git
cpfree
endpoint-io-transfer
endpoint-io-transfer
main

搜索帮助