From 4c9f527959755e1c67f75a3e4b63c3b3408c1461 Mon Sep 17 00:00:00 2001 From: Aleksey Plekhanov Date: Wed, 23 Dec 2020 14:48:28 +0300 Subject: [PATCH] IGNITE-13896 Fix javadoc build failure --- parent/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index ab52dbb6bd199..625d70aea718e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -360,6 +360,10 @@ Security APIs org.apache.ignite.plugin.security:org.apache.ignite.ssl + + Maintenance APIs + org.apache.ignite.maintenance + MXBeans classes org.apache.ignite.mbean:org.apache.ignite.mxbean @@ -448,6 +452,10 @@ Yarn Integration org.apache.ignite.yarn* + + Kubernetes Integration + org.apache.ignite.kubernetes* + Platforms org.apache.ignite.platform*