You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/03/04 22:56:48 UTC

[incubator-druid] branch master updated: fix intellij UnusedInspectionsScope.xml (#7158)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 3398d39  fix intellij UnusedInspectionsScope.xml (#7158)
3398d39 is described below

commit 3398d3982fa1bf0703456af828caca07b239cd37
Author: Clint Wylie <cj...@gmail.com>
AuthorDate: Mon Mar 4 14:56:41 2019 -0800

    fix intellij UnusedInspectionsScope.xml (#7158)
---
 .idea/scopes/UnusedInspectionsScope.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.idea/scopes/UnusedInspectionsScope.xml b/.idea/scopes/UnusedInspectionsScope.xml
index 1688ede..45e7354 100644
--- a/.idea/scopes/UnusedInspectionsScope.xml
+++ b/.idea/scopes/UnusedInspectionsScope.xml
@@ -1,7 +1,6 @@
 <component name="DependencyValidationManager">
   <scope name="UnusedInspectionsScope" pattern="src[druid-processing]:*..*" />
-  <scope name="UnusedInspectionsScope" pattern="src[java-util]:*..*" />
-  <scope name="UnusedInspectionsScope" pattern="src[druid-common]:*..*" />
+  <scope name="UnusedInspectionsScope" pattern="src[druid-core]:*..*" />
   <scope name="UnusedInspectionsScope" pattern="src[extendedset]:*..*" />
   <scope name="UnusedInspectionsScope" pattern="src[druid-indexing-service]:*..*" />
 </component>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org