Skip to content

Commit d904455

Browse files
committed
升级 spring boot 和 spring cloud 版本;格式化pom; 注释一个不存在的依赖: moss-business
1 parent 20850b0 commit d904455

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.1.3.RELEASE</version>
9+
<version>2.1.4.RELEASE</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -27,21 +27,21 @@
2727
<build-plugin.exec.version>1.6.0</build-plugin.exec.version>
2828
<build-plugin.git-commit-id.version>2.2.2</build-plugin.git-commit-id.version>
2929
<!-- used dependencies versions -->
30-
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>
31-
<spring-cloud.version>Greenwich.RELEASE</spring-cloud.version>
30+
<spring-boot.version>2.1.4.RELEASE</spring-boot.version>
31+
<spring-cloud.version>Greenwich.SR1</spring-cloud.version>
3232
<hazelcast-tests.version>3.11</hazelcast-tests.version>
3333
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
3434
</properties>
3535

3636
<modules>
37-
<module>moss-client</module>
38-
<module>moss-core</module>
39-
<module>moss-web</module>
40-
<module>moss-extension</module>
41-
<module>moss-service</module>
42-
<module>moss-service-api</module>
43-
<module>moss-common</module>
44-
<module>moss-adapter</module>
37+
<module>moss-client</module>
38+
<module>moss-core</module>
39+
<module>moss-web</module>
40+
<module>moss-extension</module>
41+
<module>moss-service</module>
42+
<module>moss-service-api</module>
43+
<module>moss-common</module>
44+
<module>moss-adapter</module>
4545
</modules>
4646

4747
<dependencyManagement>
@@ -97,11 +97,11 @@
9797
<version>1.0.0.RELEASE</version>
9898
</dependency>
9999

100-
<dependency>
101-
<groupId>org.xujin.moss</groupId>
102-
<artifactId>moss-business</artifactId>
103-
<version>1.0.0.RELEASE</version>
104-
</dependency>
100+
<!-- <dependency>-->
101+
<!-- <groupId>org.xujin.moss</groupId>-->
102+
<!-- <artifactId>moss-business</artifactId>-->
103+
<!-- <version>1.0.0.RELEASE</version>-->
104+
<!-- </dependency>-->
105105

106106
<dependency>
107107
<groupId>org.xujin.moss</groupId>

0 commit comments

Comments
 (0)