!67 solon 升为 3.4.1

Merge pull request !67 from 西东/dev
This commit is contained in:
傲世孤尘
2025-07-28 02:45:26 +00:00
committed by Gitee
4 changed files with 19 additions and 11 deletions
+5
View File
@@ -23,6 +23,11 @@
<groupId>org.noear</groupId>
<artifactId>solon-lib</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
+6 -1
View File
@@ -16,7 +16,7 @@
<!--solon aot start(用于 aot 时注册 native 元信息)-->
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon.aot</artifactId>
<artifactId>solon-aot</artifactId>
</dependency>
<!--solon aot end-->
@@ -35,6 +35,11 @@
<artifactId>hutool-cache</artifactId>
<version>${hutool.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
+6 -1
View File
@@ -16,7 +16,7 @@
<dependencies>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-api</artifactId>
<artifactId>solon-web</artifactId>
</dependency>
<dependency>
<groupId>org.noear</groupId>
@@ -55,6 +55,11 @@
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
+2 -9
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.7.6</version>
<version>3.4.1</version>
<relativePath />
</parent>
@@ -28,8 +28,6 @@
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<revision>2.0.3</revision>
<native.version>0.9.28</native.version>
<java.version>21</java.version>
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<maven-flatten.version>1.1.0</maven-flatten.version>
@@ -105,12 +103,7 @@
<dependencies>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon.logging.logback</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
<artifactId>solon-logging-logback</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>