build: 优化依赖

This commit is contained in:
zhouhao 2025-06-30 17:18:21 +08:00
parent c22152ede9
commit 248e15ece1
2 changed files with 18 additions and 6 deletions

View File

@ -202,11 +202,11 @@
<artifactId>common-component</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>javax.validation</groupId>-->
<!-- <artifactId>validation-api</artifactId>-->
<!-- <version>2.0.1.Final</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>

14
pom.xml
View File

@ -29,7 +29,7 @@
<!-- https://github.com/hs-web/hsweb-easy-orm -->
<easyorm.version>4.2.0</easyorm.version>
<!-- https://github.com/jetlinks/jetlinks -->
<jetlinks.version>1.3.0</jetlinks.version>
<jetlinks.version>1.3.1-SNAPSHOT</jetlinks.version>
<!-- https://github.com/hs-web/reactor-excel -->
<reactor.excel.version>1.0.6</reactor.excel.version>
<!-- https://github.com/jetlinks/reactor-ql -->
@ -80,6 +80,9 @@
<id>maven-central</id>
<name>central</name>
<url>https://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</profile>
@ -960,6 +963,15 @@
</snapshots>
</repository>
<repository>
<id>maven-central</id>
<name>central</name>
<url>https://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>hsweb-nexus</id>
<name>Nexus Release Repository</name>