aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-enforcer-extensions/src/test/resources/allowed-dependencies.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-enforcer-extensions/src/test/resources/allowed-dependencies.txt')
-rw-r--r--vespa-enforcer-extensions/src/test/resources/allowed-dependencies.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/vespa-enforcer-extensions/src/test/resources/allowed-dependencies.txt b/vespa-enforcer-extensions/src/test/resources/allowed-dependencies.txt
deleted file mode 100644
index 2ef0f9e0c0c..00000000000
--- a/vespa-enforcer-extensions/src/test/resources/allowed-dependencies.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-#[non-test]
-# Contains dependencies that are not used exclusively in 'test' scope
-com.example:bar:2.3.4
-com.example:foo:1.2.3
-
-#[test-only]
-# Contains dependencies that are used exclusively in 'test' scope
-com.example:testbar:2.3.4
-com.example:testfoo:1.2.3