Skip to content

Commit 4f93f04

Browse files
committed
[JAVA-42733]
1 parent a67a77c commit 4f93f04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -783,9 +783,9 @@
783783
<module>jee-kotlin</module> <!-- Can't upgrade this project. Arquillian not maintained anymore.-->
784784
<module>k2-compiler</module> <!-- Contains a lot of examples where code intentionally does not compile, by design: https://jira.baeldung.com/browse/KTLN-863 -->
785785
<module>kotlin-tornadofx</module> <!-- not compatible with Java 9+ -->
786-
<!-- <module>kotlin-libraries-rdbms</module> --> <!-- not a Maven module -->
787-
<!-- <module>kotlin-multiplatform</module> --> <!-- not a Maven module -->
788-
<!-- <module>kotlin-multiplatform-mobile</module> --> <!-- not a Maven module -->
786+
<module>kotlin-libraries-rdbms</module> <!-- not a Maven module -->
787+
<module>kotlin-multiplatform</module> <!-- not a Maven module -->
788+
<module>kotlin-multiplatform-mobile</module> <!-- not a Maven module -->
789789
</modules>
790790
</profile>
791791

@@ -795,9 +795,9 @@
795795
<module>jee-kotlin</module> <!-- Can't upgrade this project. Arquillian not maintained anymore.-->
796796
<module>k2-compiler</module> <!-- Contains a lot of examples where code intentionally does not compile, by design: https://jira.baeldung.com/browse/KTLN-863 -->
797797
<module>kotlin-tornadofx</module> <!-- not compatible with Java 9+ -->
798-
<!-- <module>kotlin-libraries-rdbms</module> --> <!-- not a Maven module -->
799-
<!-- <module>kotlin-multiplatform</module> --> <!-- not a Maven module -->
800-
<!-- <module>kotlin-multiplatform-mobile</module> --> <!-- not a Maven module -->
798+
<module>kotlin-libraries-rdbms</module> <!-- not a Maven module -->
799+
<module>kotlin-multiplatform</module> <!-- not a Maven module -->
800+
<module>kotlin-multiplatform-mobile</module> <!-- not a Maven module -->
801801
</modules>
802802
</profile>
803803
</profiles>

0 commit comments

Comments
 (0)