We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81755e2 commit 1f04682Copy full SHA for 1f04682
lab-04-rabbitmq/lab-04-rabbitmq-native/pom.xml
@@ -3,9 +3,10 @@
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
<parent>
6
- <artifactId>lab-04</artifactId>
7
- <groupId>cn.iocoder.springboot.labs</groupId>
8
- <version>1.0-SNAPSHOT</version>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-parent</artifactId>
+ <version>2.2.1.RELEASE</version>
9
+ <relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
<modelVersion>4.0.0</modelVersion>
12
0 commit comments