1 Star 5 Fork 0

Rick/phoenix.webui.framework.demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
Rick 提交于 2017-08-02 19:38 . upgrade framework version
<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.surenpi.autotest</groupId>
<artifactId>autotest.parent</artifactId>
<version>1.0.1-20170618</version>
</parent>
<artifactId>autotest.demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>autotest.demo.simple</module>
<module>autotest.demo.datasource.xml</module>
<module>autotest.demo.datasource.yaml</module>
<module>autotest.demo.datasource.excel</module>
<module>autotest.demo.module</module>
<module>autotest.demo.report.excel</module>
<module>autotest.demo.report.database</module>
<module>autotest.demo.report.jira</module>
<module>autotest.demo.dynamic.yaml</module>
<module>autotest.demo.dynamic.xml</module>
<module>autotest.demo.webdriver</module>
<module>autotest.demo.runner</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.surenpi.autotest</groupId>
<artifactId>autotest.web.framework</artifactId>
<version>2.0.0-20170722</version>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/linuxsuren/phoenix.webui.framework.demo.git
git@gitee.com:linuxsuren/phoenix.webui.framework.demo.git
linuxsuren
phoenix.webui.framework.demo
phoenix.webui.framework.demo
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385