Deprecate legacy features 65/55065/3
authorSam Hague <shague@redhat.com>
Fri, 14 Apr 2017 19:15:57 +0000 (15:15 -0400)
committerSam Hague <shague@redhat.com>
Wed, 19 Apr 2017 20:56:40 +0000 (20:56 +0000)
Depends-on: https://git.opendaylight.org/gerrit/55083

Change-Id: Ia0ac9c5d427bd616eaa651df2e85297225afdfe3
Signed-off-by: Sam Hague <shague@redhat.com>
pom.xml
vpnservice/pom.xml

diff --git a/pom.xml b/pom.xml
index 1b8b8c6cc68efc8da52543da6faa965b7fd9101d..5e6c5d7cb6fc0c987abf15132836155fd93fe95e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </scm>
 
   <modules>
-    <module>openstack</module>
     <module>vpnservice</module>
   </modules>
 
index ec31e7cc7fcfc7c2c56a3464e33b2a02b803333f..b1d5d0da236f034a5056f322f1f5ace992845f43 100644 (file)
@@ -4,7 +4,9 @@ Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others.  A
 This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
@@ -39,7 +41,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>statemanager</module>
     <module>statistics</module>
     <module>sfc</module>
-    <module>it</module>
   </modules>
 
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->