solon版本从3.4.1退回2.7.6

This commit is contained in:
aoshiguchen
2025-11-23 13:46:48 +08:00
parent 150c69d37c
commit 7dc605ab7c
4 changed files with 10 additions and 19 deletions
-5
View File
@@ -23,11 +23,6 @@
<groupId>org.noear</groupId>
<artifactId>solon-lib</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
+1 -6
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,11 +35,6 @@
<artifactId>hutool-cache</artifactId>
<version>${hutool.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
+1 -6
View File
@@ -16,7 +16,7 @@
<dependencies>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-web</artifactId>
<artifactId>solon-api</artifactId>
</dependency>
<dependency>
<groupId>org.noear</groupId>
@@ -55,11 +55,6 @@
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
+8 -2
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>3.4.1</version>
<version>2.7.6</version>
<relativePath />
</parent>
@@ -28,6 +28,7 @@
<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>
@@ -103,7 +104,12 @@
<dependencies>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-logging-logback</artifactId>
<artifactId>solon.logging.logback</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>