aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-enforcer-extensions/src/test/resources/allowed-dependencies.txt
blob: 2ef0f9e0c0c527cf3e78f2f4b87394986e127ce5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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