Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_replace_module_ex.xml
1 <rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <edit-config>
3         <target>
4             <candidate/>
5         </target>
6         <default-operation>replace</default-operation>
7         <config xmlns="top:level:namespace">
8             <modules operation="replace">
9                 <module xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl" operation="merge">
10                     <type xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">impl-dep</type>
11                     <name>dep</name>
12                 </module>
13             </modules>
14         </config>
15     </edit-config>
16 </rpc>