Remove neutron post project split
[controller.git] / opendaylight / adsal / northbound / swagger-ui / pom.xml
index ba1e5c0bc4eaae907511ac2a045dcdb2def50044..8c1c8a1bdde865d266c4691e45923ed1b7cfac1c 100644 (file)
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>usermanager.northbound</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>networkconfig.neutron.northbound</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
                   </fileset>
                   <mapper>
                     <regexpmapper from="^(.*)/([^/]+)/*/target/enunciate/generate/swagger/ui/(.*Northbound).*$$" to="\3"></regexpmapper>
-                    <regexpmapper from="^(.*)/neutron/([^/]+)/*/target/enunciate/generate/swagger/ui/(.*resource-list.json)$$" to="neutron-\3"></regexpmapper>
                     <regexpmapper from="^(.*)/([^/]+)/*/target/enunciate/generate/swagger/ui/(.*resource-list.json)$$" to="\2-\3"></regexpmapper>
                   </mapper>
                 </copy>
                   <path>
                     <fileset dir="${api.dir}">
                       <include name="**/*resource-list.json"></include>
-                      <exclude name="**/neutron*"></exclude>
                     </fileset>
                   </path>
                   <sequential>
                     <var name="jsoncontent" unset="true"></var>
                   </sequential>
                 </for>
-                <sequential>
-                  <loadfile property="jsoncontent" srcfile="${api.dir}/neutron-resource-list.json">
-                    <filterchain>
-                      <headfilter lines="46"></headfilter>
-                      <tailfilter lines="42"></tailfilter>
-                    </filterchain>
-                  </loadfile>
-                  <echo append="true" file="${resource.dir}/apilist.json" message="${jsoncontent},"></echo>
-                  <var name="jsoncontent" unset="true"></var>
-                </sequential>
                 <echo append="true" file="${resource.dir}/apilist.json">{ }
   ]
 }</echo>