summaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/src/test/resources/effective-services/dev.xml
blob: c449f5982a7f8e56768018a1b693561d15bf2bd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services xmlns:deploy="vespa">
    <container>
        <component id="good-service-client">
            <config>
                <url>dev.tld</url>
            </config>
        </component>
    </container>
</services>