Tag

Exclusions

1 views collected around this technical thread.

IT Services Circle
IT Services Circle
Apr 23, 2025 · Information Security

How to Add Windows Defender Exclusions Manually and via PowerShell

This guide explains two ways to whitelist files or folders in Windows Defender: a step‑by‑step manual method through the Windows Security UI and a PowerShell command‑line approach for adding or removing exclusion paths.

ExclusionsPowerShellSecurity
0 likes · 4 min read
How to Add Windows Defender Exclusions Manually and via PowerShell
政采云技术
政采云技术
Jan 31, 2024 · Backend Development

Understanding Maven Dependency Conflicts and Resolution Strategies

This article explains Maven dependency conflicts, their causes, resolution principles like path-nearest and declaration-first, and practical solutions including exclusions, optional dependencies, dependency management, and the Maven Helper plugin for analyzing and fixing jar version clashes.

Dependency AnalyzerExclusionsJava Build
0 likes · 12 min read
Understanding Maven Dependency Conflicts and Resolution Strategies
Cognitive Technology Team
Cognitive Technology Team
Jul 23, 2023 · Backend Development

How to Resolve Maven JAR Dependency Conflicts

This article explains common Maven JAR dependency conflict scenarios and presents four practical solutions—including using Exclusions, configuring dependency scopes, applying the Maven Shade plugin for class relocation, and employing class‑loader isolation strategies—to help developers choose the appropriate method for their build and runtime environments.

ClassLoaderExclusionsJAR conflict
0 likes · 4 min read
How to Resolve Maven JAR Dependency Conflicts