Skip to content

Commit 7d7d347

Browse files
authored
[Java] Update Solon Version To 3.0.5 (#9482)
1 parent 4454a76 commit 7d7d347

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

frameworks/Java/solon/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.noear</groupId>
77
<artifactId>solon-parent</artifactId>
8-
<version>3.0.4</version>
8+
<version>3.0.5</version>
99
</parent>
1010

1111
<groupId>hello</groupId>
@@ -21,7 +21,12 @@
2121
<dependencies>
2222
<dependency>
2323
<groupId>org.noear</groupId>
24-
<artifactId>solon-web</artifactId>
24+
<artifactId>solon-lib</artifactId>
25+
</dependency>
26+
27+
<dependency>
28+
<groupId>org.noear</groupId>
29+
<artifactId>solon-boot-smarthttp</artifactId>
2530
</dependency>
2631

2732
<dependency>

0 commit comments

Comments
 (0)