1 Star 3 Fork 1

黄亿华/tavern

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
yihua.huang 提交于 2013-12-10 18:15 . fix a struts null pointer
<?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>
<artifactId>dianping-parent</artifactId>
<groupId>com.dianping</groupId>
<version>2.0.0</version>
</parent>
<groupId>com.dianping</groupId>
<artifactId>tavern</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<struts.version>2.3.15.3</struts.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<powermock.version>1.4.12</powermock.version>
<mockito.version>1.9.0</mockito.version>
</properties>
<modules>
<module>tavern-core</module>
<module>tavern-example/application</module>
<module>tavern-example/web</module>
<module>tavern-test</module>
</modules>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/flashsword20/tavern.git
[email protected]:flashsword20/tavern.git
flashsword20
tavern
tavern
master

搜索帮助