Fix TAPI artifact deployement issue
[transportpce.git] / features / odl-transportpce-tapi / pom.xml
index bb82551fe5273e75d7046decf050c559d7039058..aee22e97720e3185f60c49531479d0b595e95f5e 100644 (file)
@@ -24,13 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <name>OpenDaylight :: transportpce :: tapi</name>
 
   <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.transportpce</groupId>
-      <artifactId>odl-transportpce</artifactId>
-      <version>${project.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>transportpce-tapimodels</artifactId>
@@ -43,11 +36,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </dependency>
   </dependencies>
 
-  <properties>
-    <maven.deploy.skip>true</maven.deploy.skip>
-    <maven.install.skip>true</maven.install.skip>
-  </properties>
-
 <!-- skipping test since this is an umbrella project / folder -->
   <build>
     <plugins>