26 lines
889 B
XML
26 lines
889 B
XML
<?xml version="1.0"?>
|
|
<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.foxinmy</groupId>
|
|
<artifactId>weixin4j</artifactId>
|
|
<version>1.4</version>
|
|
</parent>
|
|
<artifactId>weixin4j-base</artifactId>
|
|
<name>weixin4j-base</name>
|
|
<description>微信开发基础工程</description>
|
|
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-base</url>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.thoughtworks.xstream</groupId>
|
|
<artifactId>xstream</artifactId>
|
|
<version>1.4.7</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>1.2.3</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |