feat: License控制
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -40,6 +40,7 @@
|
||||
<org.mapstruct.version>1.6.3</org.mapstruct.version>
|
||||
<mail.version>1.6.2</mail.version>
|
||||
<ijapy.version>2.9.11</ijapy.version>
|
||||
<turelicense.version>1.33</turelicense.version>
|
||||
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
|
||||
<wfc.nacos.server>${env.NACOS_SERVER_NAME}</wfc.nacos.server>
|
||||
<wfc.nacos.port>${env.NACOS_SERVER_PORT}</wfc.nacos.port>
|
||||
@@ -295,6 +296,13 @@
|
||||
<version>${wfc.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- license服务 -->
|
||||
<dependency>
|
||||
<groupId>org.wfc</groupId>
|
||||
<artifactId>wfc-common-license</artifactId>
|
||||
<version>${wfc.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- MapStruct -->
|
||||
<dependency>
|
||||
<groupId>org.mapstruct</groupId>
|
||||
@@ -343,6 +351,13 @@
|
||||
<artifactId>IJPay-All</artifactId>
|
||||
<version>${ijapy.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- License -->
|
||||
<dependency>
|
||||
<groupId>de.schlichtherle.truelicense</groupId>
|
||||
<artifactId>truelicense-core</artifactId>
|
||||
<version>${turelicense.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user