mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-07 11:29:53 +08:00
13
pom.xml
13
pom.xml
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.3.5</version>
|
||||
<version>3.5.4</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>sanbing</groupId>
|
||||
@@ -49,11 +49,12 @@
|
||||
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
|
||||
<hutool-all.version>5.8.32</hutool-all.version>
|
||||
<mybatis-plus-boot-starter.version>3.5.7</mybatis-plus-boot-starter.version>
|
||||
<curator-recipes.version>5.7.0</curator-recipes.version>
|
||||
<curator-recipes.version>5.9.0</curator-recipes.version>
|
||||
<oshi-core.version>6.6.2</oshi-core.version>
|
||||
<zookeeper.version>3.9.2</zookeeper.version>
|
||||
<zookeeper.version>3.9.3</zookeeper.version>
|
||||
<xnio-api.version>3.8.16.Final</xnio-api.version>
|
||||
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
|
||||
<commons-lang3.version>3.18.0</commons-lang3.version>
|
||||
</properties>
|
||||
|
||||
<profiles>
|
||||
@@ -106,6 +107,7 @@
|
||||
<module>jcpp-protocol-api</module>
|
||||
<module>jcpp-testing</module>
|
||||
<module>jcpp-protocol-yunkuaichong</module>
|
||||
<module>jcpp-protocol-lvneng</module>
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
||||
@@ -148,6 +150,11 @@
|
||||
<artifactId>jcpp-protocol-yunkuaichong</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>sanbing</groupId>
|
||||
<artifactId>jcpp-protocol-lvneng</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>sanbing</groupId>
|
||||
<artifactId>jcpp-infrastructure-cache</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user