BAEL-20873 Move Spring Boot Kotlin module to Spring Boot modules
This commit is contained in:
parent
dd370f90bb
commit
ade8ffb8ce
2
pom.xml
2
pom.xml
|
@ -660,7 +660,6 @@
|
|||
<!-- <module>spring-boot-gradle</module> --> <!-- Not a maven project -->
|
||||
<module>spring-boot-jasypt</module>
|
||||
<module>spring-boot-keycloak</module>
|
||||
<module>spring-boot-kotlin</module>
|
||||
<module>spring-boot-libraries</module>
|
||||
<module>spring-boot-logging-log4j2</module>
|
||||
<module>spring-boot-mvc-2</module>
|
||||
|
@ -1198,7 +1197,6 @@
|
|||
<!-- <module>spring-boot-gradle</module> --> <!-- Not a maven project -->
|
||||
<module>spring-boot-jasypt</module>
|
||||
<module>spring-boot-keycloak</module>
|
||||
<module>spring-boot-kotlin</module>
|
||||
<module>spring-boot-libraries</module>
|
||||
<module>spring-boot-logging-log4j2</module>
|
||||
<module>spring-boot-mvc</module>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>spring-boot-kotlin</module>
|
||||
<module>spring-boot-mvc-birt</module>
|
||||
<module>spring-boot-vue</module>
|
||||
</modules>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-kotlin</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../parent-kotlin</relativePath>
|
||||
<relativePath>../../parent-kotlin</relativePath>
|
||||
</parent>
|
||||
|
||||
<repositories>
|
Loading…
Reference in New Issue