summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2020-02-07 17:52:13 -0500
committerJack Lucas <jflucas@research.att.com>2020-02-07 17:52:13 -0500
commitb54fed73e027dbf1f04f22e738de70a301d59c57 (patch)
tree3c16667b810788380c179ac1cb3b425e4191d670
parent5fe1308f4ff1e1154b53a24eb9dd80ed58bd1630 (diff)
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
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 35a7ec0..590c0d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
<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>