Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
514919d
add a minor changes to log the missing modules in SpringContextInstal…
Aug 23, 2022
81fc954
add a minor changes to log the missing modules in SpringContextInstal…
Aug 23, 2022
2ab9871
add a minor changes to log the missing modules in SpringContextInstal…
Aug 23, 2022
c8e353f
add a minor changes to log the missing modules in SpringContextInstal…
Aug 23, 2022
0a5070c
Merge branch 'sofastack:master' into master
crazysaltfish Aug 29, 2022
c043f3b
Add a function that can remove the corresponding components when modu…
Sep 7, 2022
49d7821
Add test case for removing the components when module install failure
Sep 7, 2022
4518cce
Add test case for removing the components when module install failure
Sep 8, 2022
dd8a793
Add test case for removing the components when module install failure
Sep 8, 2022
b0b0035
Add a function that can remove the corresponding components when modu…
Sep 13, 2022
8d7acd1
Add a function that can remove the corresponding components when modu…
Sep 13, 2022
f09d825
Add a function that can remove the corresponding components when modu…
Sep 14, 2022
a211835
Merge branch 'sofastack:master' into master
crazysaltfish Sep 29, 2022
8a4cbb3
Merge branch 'sofastack:master' into master
crazysaltfish Oct 8, 2022
9825a70
Merge branch 'sofastack:master' into master
crazysaltfish Oct 17, 2022
07f2a5e
Merge branch 'sofastack:master' into master
crazysaltfish Oct 24, 2022
522c4c8
Merge branch 'sofastack:master' into master
crazysaltfish Oct 26, 2022
e4e28ef
Merge branch 'sofastack:master' into master
crazysaltfish Nov 11, 2022
3bf09c6
Merge branch 'sofastack:master' into master
crazysaltfish Nov 17, 2022
7bc7fff
Merge branch 'sofastack:master' into master
crazysaltfish Dec 27, 2022
116ab9a
Merge branch 'sofastack:master' into master
crazysaltfish Jan 5, 2023
638ecba
Merge branch 'sofastack:master' into master
crazysaltfish Feb 8, 2023
332679e
update Spring Boot version from 2.7.3 to 2.7.8
Feb 8, 2023
a80c90c
update Spring Boot version from 2.7.3 to 2.7.8
Feb 8, 2023
07e4515
update Spring Boot version from 2.7.3 to 2.7.8
Feb 9, 2023
775534a
update Spring Boot version from 2.7.3 to 2.7.8
Feb 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.3</version>
<version>2.7.8</version>
<!-- Add this to resolve to repository -->
<relativePath />
</parent>
Expand All @@ -37,7 +37,7 @@
<description>SOFABoot Build</description>

<properties>
<revision>3.16.3</revision>
<revision>3.17.0-SNAPSHOT</revision>
<sofa.boot.version>${revision}</sofa.boot.version>
<!--maven plugin-->
<maven.staging.plugin>1.6.7</maven.staging.plugin>
Expand Down
5 changes: 5 additions & 0 deletions sofa-boot-project/sofaboot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,11 @@
<artifactId>swagger-jaxrs2</artifactId>
<version>${swagger.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
</dependency>

<!--extension dependency -->
<dependency>
Expand Down