BUG-5222: do not pull in odl-mdsal-xsql 73/54173/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 31 Mar 2017 09:52:28 +0000 (11:52 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 31 Mar 2017 09:52:28 +0000 (11:52 +0200)
xsql is deprecated, buggy and never was meant for production
use. Do not pull it in.

Change-Id: I929c55b2001c8d5cb12084f0eae0b939fee5edbd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
alto-basic/simple-ird/features/src/main/features/features.xml

index 03acbba0e3ab05571c7e5feccf50d055c649abe1..760846009494fac2fc40a7eea5ff976a843309d7 100644 (file)
@@ -31,7 +31,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <feature name='odl-alto-simple-ird-ui' version='${project.version}' description='OpenDaylight :: alto-simple-ird :: UI'>
     <feature version="${project.version}">odl-alto-simple-ird-rest</feature>
     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
-    <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
     <feature version="${dluxapps.version}">odl-dluxapps-yangman</feature>
   </feature>
 <!--  <feature name='odl-alto-simple-ird-cli' version='${project.version}' description='OpenDaylight :: alto-simple-ird :: CLI'>