1 Star 0 Fork 194

HiBrother / iot-plat

forked from snowwolf / iot-plat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
snowwolf 提交于 2018-03-24 09:43 . 更新 pom.xml
<?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>
<groupId>com.point</groupId>
<artifactId>iot-major</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>iot-major</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>base-server</module>
<module>iot-manager-core</module>
<module>proxy-service</module>
</modules>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/HiBrother/iot-plat.git
git@gitee.com:HiBrother/iot-plat.git
HiBrother
iot-plat
iot-plat
master

搜索帮助