1 Star 0 Fork 289

lzy2008214 / ratel

forked from nico / ratel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.93 KB
一键复制 编辑 原始数据 按行查看 历史
nico 提交于 2021-12-08 10:45 . update version.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.smallnico.ratel</groupId>
<artifactId>landlords</artifactId>
<version>1.4.0</version>
<name>ratel</name>
<url>https://github.com/ainilili/ratel</url>
<packaging>pom</packaging>
<description>Ratel Project</description>
<properties>
<java.version.source>1.8</java.version.source>
<java.version.target>1.8</java.version.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.compiler.argument />
<spring-boot.version>2.0.5.RELEASE</spring-boot.version>
<ourbatis.version>1.0.7</ourbatis.version>
<ourbatis-spring-boot.version>1.0.7</ourbatis-spring-boot.version>
<java.test.compiler.argument>${java.compiler.argument}</java.test.compiler.argument>
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>2.0.5.RELEASE</version>
</parent>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>com.smallnico</groupId>
<artifactId>noson</artifactId>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>${java.version.source}</source>
<target>${java.version.target}</target>
<compilerArgument>${java.compiler.argument}</compilerArgument>
<testSource>${java.specification.version}</testSource>
<testTarget>${java.specification.version}</testTarget>
<testCompilerArgument>${java.test.compiler.argument}</testCompilerArgument>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
<modules>
<module>landlords-client</module>
<module>landlords-server</module>
<module>landlords-common</module>
</modules>
</project>
Java
1
https://gitee.com/lzy2008214_1/ratel.git
git@gitee.com:lzy2008214_1/ratel.git
lzy2008214_1
ratel
ratel
master

搜索帮助