28 Star 160 Fork 65

车江毅 / lmc-autotest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
chejiangyi 提交于 2022-11-14 11:59 . 解决get请求不支持的bug
<?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>com.free.bsf</groupId>
<artifactId>free-bsf-dependencies</artifactId>
<version>1.5-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>com.lmc.autotest</groupId>
<artifactId>lmc-autotest</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<properties>
<bsf.version>1.5-SNAPSHOT</bsf.version>
</properties>
<modules>
<module>lmc-autotest-core</module>
<module>lmc-autotest-dao</module>
<module>lmc-autotest-service</module>
<module>lmc-autotest-provider</module>
<module>lmc-autotest-task</module>
</modules>
<dependencyManagement>
<dependencies>
<!-- <dependency>-->
<!-- <groupId>com.free.bsf</groupId>-->
<!-- <artifactId>free-bsf-starter</artifactId>-->
<!-- <version>1.2-SNAPSHOT</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.free.bsf</groupId>
<artifactId>free-bsf-core</artifactId>
<version>${bsf.version}</version>
</dependency>
<dependency>
<groupId>com.free.bsf</groupId>
<artifactId>free-bsf-autotest</artifactId>
<version>${bsf.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>3.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Java
1
https://gitee.com/chejiangyi/lmc-autotest.git
git@gitee.com:chejiangyi/lmc-autotest.git
chejiangyi
lmc-autotest
lmc-autotest
master

搜索帮助