1 Star 0 Fork 534

海南海口 / smart-license

forked from smartboot / smart-license 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 5.29 KB
一键复制 编辑 原始数据 按行查看 历史
三刀(郑俊伟) 提交于 2020-03-22 14:39 . init commit
<!--
~ Copyright (c) 2020-2020, org.smartboot. All rights reserved.
~ project name: smart-license
~ file name: pom.xml
~ Date: 2020-03-22
~ Author: sandao (zhengjunweimail@163.com)
-->
<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">
<name>smart-license-parent</name>
<modelVersion>4.0.0</modelVersion>
<groupId>org.smartboot.license</groupId>
<artifactId>smart-license-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<commons.lang.version>3.9</commons.lang.version>
<commons.io.version>2.6</commons.io.version>
<log4j2.version>2.9.1</log4j2.version>
<smartlicense.version>${project.version}</smartlicense.version>
<slf4j.version>1.7.29</slf4j.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.smartboot.license</groupId>
<artifactId>license-server</artifactId>
<version>${smartlicense.version}</version>
</dependency>
<dependency>
<groupId>org.smartboot.license</groupId>
<artifactId>license-client</artifactId>
<version>${smartlicense.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons.lang.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<!-- 项目团队 -->
<developers>
<developer>
<id>Seer</id>
<name>三刀</name>
<email>zhengjunweimail@163.com</email>
<roles>
<role>smart-socket作者</role>
</roles>
<url>https://git.oschina.net/smartdms/</url>
<timezone>GMT+8</timezone>
<properties>
<picUrl>https://git.oschina.net/uploads/75/351975_smartdms.jpg</picUrl>
</properties>
<organization>smartboot</organization>
<organizationUrl>https://gitee.com/smartboot</organizationUrl>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<repositories>
<repository>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</repository>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</pluginRepository>
<pluginRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<modules>
<module>license-server</module>
<module>assembly</module>
</modules>
</project>
Java
1
https://gitee.com/VCS/smart-license.git
git@gitee.com:VCS/smart-license.git
VCS
smart-license
smart-license
master

搜索帮助