JAVA-16779 Removed kubernetes-spring from the kubernetes-modules (#13210)

- Removed kubernete-spring from the parent pom of kubernetes-modules
since it is a JDK11 module
This commit is contained in:
Dhawal Kapil 2022-12-28 00:01:41 +05:30 committed by GitHub
parent 2211a204c7
commit 3ab37c4d42
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<modules>
<module>k8s-intro</module>
<module>k8s-admission-controller</module>
<module>kubernetes-spring</module>
<!-- <module>kubernetes-spring</module> --> <!-- JDK-11 Module -->
</modules>
</project>