Merge pull request #8576 from Maiklins/BAEL-20884-move-spring-boot-rest
BAEL-20884 Revert move of spring-boot-rest module
This commit is contained in:
commit
5522d2bfa8
1
pom.xml
1
pom.xml
@ -671,6 +671,7 @@
|
||||
<module>spring-boot-properties</module>
|
||||
<module>spring-boot-property-exp</module>
|
||||
|
||||
<module>spring-boot-rest</module>
|
||||
<module>spring-boot-runtime</module>
|
||||
<module>spring-boot-runtime/disabling-console-jul</module>
|
||||
<module>spring-boot-runtime/disabling-console-log4j2</module>
|
||||
|
@ -13,8 +13,4 @@
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>spring-boot-rest</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../parent-boot-2</relativePath>
|
||||
<relativePath>../parent-boot-2</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
Loading…
x
Reference in New Issue
Block a user