1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/suninformation-ymate-module-wechat

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
pom.xml 1.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
suninformation Отправлено 08.01.2015 21:29 425633d
<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>net.ymate.platform</groupId>
<artifactId>ymate-platform-parent</artifactId>
<version>1</version>
</parent>
<groupId>net.ymate.platform.module</groupId>
<artifactId>ymate-module-wechat</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>ymate-module-wechat</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>**/ymp-*.properties</exclude>
</excludes>
<filtering>false</filtering>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.ymate.platform</groupId>
<artifactId>ymate-platform</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.3.6</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.3.6</version>
</dependency>
</dependencies>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/suninformation-ymate-module-wechat.git
git@api.gitlife.ru:oschina-mirror/suninformation-ymate-module-wechat.git
oschina-mirror
suninformation-ymate-module-wechat
suninformation-ymate-module-wechat
master