Bug 4653: Removed VTN.
[integration/distribution.git] / distributions / karaf / pom.xml
index 1ffe2ceb3ca221dd82965bdb3ad6c68eff075942..aac10d84efa1aca2c1e399107e18f61bf00c5f1a 100644 (file)
@@ -94,6 +94,8 @@
     </dependency>
 
     <!-- External application -->
+    <!--
+         TODO: Add the following dependencies after the Bug 4426 is fixed.
     <dependency>
       <groupId>org.opendaylight.vtn</groupId>
       <artifactId>distribution.vtn-coordinator</artifactId>
         </exclusion>
       </exclusions>
     </dependency>
+    -->
   </dependencies>
 
   <build>
              <ignorePermissions>false</ignorePermissions>
             </configuration>
           </execution>
+          <!--
+             TODO: Add the execution after the Bug 4426 is fixed.
           <execution>
             <id>copy-externalapps</id>
             <phase>prepare-package</phase>
               <excludeTransitive>true</excludeTransitive>
             </configuration>
           </execution>
+          -->
         </executions>
       </plugin>
       <plugin>