aboutsummaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/UnregisterNotification/config.xml
blob: 1153658161ca27d9ae83c897c49c35f937159167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <artifact>
        <name>
            <maxlength>28</maxlength>
        </name>
        <extension>gz,tgz</extension>
        <supportedencryption>Base64</supportedencryption>
        <status>deleted</status>
        <mandatory>
            <name>true</name>
        </mandatory>
    </artifact>
    <_config>
        <namespace>UnregisterNotification</namespace>
        <mergeStrategy>merge</mergeStrategy>
    </_config>
  </configuration>