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

OSCHINA-MIRROR/woate-wing4j-family

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
pom.xml 2.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
wing4j Отправлено 12.02.2017 18:15 dc9bef4
<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>org.wing4j</groupId>
<artifactId>wing4j-parent</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>wing4j-family</artifactId>
<version>1.0.2-SNAPSHOT</version>
<name>wing4j-family</name>
<packaging>pom</packaging>
<description>This is the wing4j-family</description>
<url>http://git.oschina.net/wing4j</url>
<licenses>
<license>
<name>Apache License Version 2.0</name>
<url>http://www.apache.org/licenses</url>
</license>
</licenses>
<modules>
<module>wing4j-annotation</module>
<module>wing4j-common</module>
<module>wing4j-orm</module>
<module>wing4j-test</module>
<module>wing4j-config-center</module>
<module>wing4j-toolkit</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.3.6</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

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

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

1
https://api.gitlife.ru/oschina-mirror/woate-wing4j-family.git
git@api.gitlife.ru:oschina-mirror/woate-wing4j-family.git
oschina-mirror
woate-wing4j-family
woate-wing4j-family
master