1 Star 0 Fork 30

Du Honghao / live-payjs-sdk

forked from 阿希 / live-payjs-sdk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.68 KB
一键复制 编辑 原始数据 按行查看 历史
阿希 提交于 2018-04-02 10:35 . no commit message
<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>live</groupId>
<artifactId>live-payjs-sdk</artifactId>
<version>0.0.1-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jodd.version>4.3.0</jodd.version>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.16</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-all</artifactId>
<version>${jodd.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.30</version>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip><!-- 不编译test -->
<skipTests>true</skipTests><!-- 不执行test -->
<testFailureIgnore>true</testFailureIgnore><!-- 忽略单元测试的错误而继续构建 -->
</configuration>
</plugin>
<!-- maven update 后用1.8编译 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>nexus-aliyun</id>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</repository>
<repository>
<id>mvnrepo</id>
<name>mvn repository</name>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>https://gitee.com/lianlianyi/mvnrepo/raw/master</url>
</repository>
</repositories>
<pluginRepositories>
<!-- 插件地址 -->
<pluginRepository>
<id>nexus-pluginRepositories</id>
<name>nexus-repository</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/duice/live-payjs-sdk.git
git@gitee.com:duice/live-payjs-sdk.git
duice
live-payjs-sdk
live-payjs-sdk
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891