From e56250b1b764c2b92a04452a76a0943c0f0bc131 Mon Sep 17 00:00:00 2001 From: Calise Cheung Date: Tue, 4 Mar 2025 16:42:44 -0800 Subject: [PATCH] remove dependency_overrides remove dependency_overrides --- plugins/flutter_aepassurance/pubspec.yaml | 4 ---- plugins/flutter_aepedge/pubspec.yaml | 7 ------- plugins/flutter_aepedgebridge/pubspec.yaml | 4 ---- plugins/flutter_aepedgeconsent/pubspec.yaml | 4 ---- plugins/flutter_aepmessaging/pubspec.yaml | 4 ---- plugins/flutter_aepuserprofile/pubspec.yaml | 4 ---- 6 files changed, 27 deletions(-) diff --git a/plugins/flutter_aepassurance/pubspec.yaml b/plugins/flutter_aepassurance/pubspec.yaml index a870f8d..10d02f8 100644 --- a/plugins/flutter_aepassurance/pubspec.yaml +++ b/plugins/flutter_aepassurance/pubspec.yaml @@ -15,10 +15,6 @@ dependencies: sdk: flutter flutter_aepcore: ">=5.0.0 <6.0.0" -dependency_overrides: - flutter_aepcore: - path: ../flutter_aepcore - dev_dependencies: flutter_test: sdk: flutter diff --git a/plugins/flutter_aepedge/pubspec.yaml b/plugins/flutter_aepedge/pubspec.yaml index 50ef364..e947032 100644 --- a/plugins/flutter_aepedge/pubspec.yaml +++ b/plugins/flutter_aepedge/pubspec.yaml @@ -15,13 +15,6 @@ dependencies: flutter_aepcore: ">=5.0.0 <6.0.0" flutter_aepedgeidentity: ">=5.0.0 <6.0.0" -dependency_overrides: - flutter_aepcore: - path: ../flutter_aepcore - - flutter_aepedgeidentity: - path: ../flutter_aepedgeidentity - dev_dependencies: flutter_test: sdk: flutter diff --git a/plugins/flutter_aepedgebridge/pubspec.yaml b/plugins/flutter_aepedgebridge/pubspec.yaml index df88a4a..fbdbf7e 100644 --- a/plugins/flutter_aepedgebridge/pubspec.yaml +++ b/plugins/flutter_aepedgebridge/pubspec.yaml @@ -13,10 +13,6 @@ dependencies: sdk: flutter flutter_aepcore: ">=5.0.0 <6.0.0" -dependency_overrides: - flutter_aepcore: - path: ../flutter_aepcore - dev_dependencies: flutter_test: sdk: flutter diff --git a/plugins/flutter_aepedgeconsent/pubspec.yaml b/plugins/flutter_aepedgeconsent/pubspec.yaml index 2103e1f..e02b77c 100644 --- a/plugins/flutter_aepedgeconsent/pubspec.yaml +++ b/plugins/flutter_aepedgeconsent/pubspec.yaml @@ -14,10 +14,6 @@ dependencies: sdk: flutter flutter_aepcore: ">=5.0.0 <6.0.0" -dependency_overrides: - flutter_aepcore: - path: ../flutter_aepcore - dev_dependencies: flutter_test: sdk: flutter diff --git a/plugins/flutter_aepmessaging/pubspec.yaml b/plugins/flutter_aepmessaging/pubspec.yaml index 17be34e..0688a0a 100644 --- a/plugins/flutter_aepmessaging/pubspec.yaml +++ b/plugins/flutter_aepmessaging/pubspec.yaml @@ -14,10 +14,6 @@ dependencies: sdk: flutter flutter_aepcore: ">=5.0.0 <6.0.0" -dependency_overrides: - flutter_aepcore: - path: ../flutter_aepcore - dev_dependencies: flutter_test: sdk: flutter diff --git a/plugins/flutter_aepuserprofile/pubspec.yaml b/plugins/flutter_aepuserprofile/pubspec.yaml index 7d33bdc..5c27d74 100644 --- a/plugins/flutter_aepuserprofile/pubspec.yaml +++ b/plugins/flutter_aepuserprofile/pubspec.yaml @@ -13,10 +13,6 @@ dependencies: sdk: flutter flutter_aepcore: ">=5.0.0 <6.0.0" -dependency_overrides: - flutter_aepcore: - path: ../flutter_aepcore - dev_dependencies: flutter_test: sdk: flutter