From 55758c350584a1db06e2b2277f702c08223e1ec4 Mon Sep 17 00:00:00 2001 From: Tianyi Date: Mon, 30 Mar 2020 16:19:30 -0400 Subject: [PATCH 1/2] remove brightcom; add id5 id and unifiedid --- modules.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules.json b/modules.json index 48038459b84..0b715cd1bf1 100644 --- a/modules.json +++ b/modules.json @@ -1,12 +1,8 @@ [ - "identityLinkIdSystem", - "schain", - "userId", "33acrossBidAdapter", "adkernelBidAdapter", "appnexusBidAdapter", "beachfrontBidAdapter", - "brightcomBidAdapter", "conversantBidAdapter", "districtmDMXBidAdapter", "eplanningBidAdapter", @@ -24,5 +20,10 @@ "sovrnBidAdapter", "synacormediaBidAdapter", "ucfunnelBidAdapter", - "roxotAnalyticsAdapter" + "roxotAnalyticsAdapter", + "schain", + "userId", + "unifiedIdSystem", + "identityLinkIdSystem", + "id5IdSystem" ] From 3c289414d46e495d9bfd05ba230528eb6e7877b1 Mon Sep 17 00:00:00 2001 From: Tianyi Date: Mon, 30 Mar 2020 16:43:09 -0400 Subject: [PATCH 2/2] try remove unifiedIdSystem which causing build problem --- modules.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules.json b/modules.json index 0b715cd1bf1..b7e339cd995 100644 --- a/modules.json +++ b/modules.json @@ -23,7 +23,6 @@ "roxotAnalyticsAdapter", "schain", "userId", - "unifiedIdSystem", "identityLinkIdSystem", "id5IdSystem" -] +] \ No newline at end of file