Disable tca-cdap build
tca-cdap-container build fails because an image that it
uses from the public Docker hub is no longer available-
disabling the tca-cdap-container build to allow other containers
in this repo to build
Issue-ID: DCAEGEN2-2069
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: Idcdea3913adeea22db2b552eb29e670956157075
diff --git a/pom.xml b/pom.xml
index 35a7ec0..590c0d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
<modules>
<module>redis-cluster-container</module>
<module>cm-container</module>
- <module>tca-cdap-container</module>
+ <!-- module>tca-cdap-container</module -->
<module>healthcheck-container</module>
<module>tls-init-container</module>
<module>consul-loader-container</module>