This reverts commit
88db4505bfd39f48e2a412510a584807484bf07f.
This patch brings VTN features back to the features index. Since bug
4426 is fixed in VTN project and VTN build has been enabled again in
autorelease jobs, bringing VTN features back does not make any issues.
Change-Id: I6d752d8f7379eb363439c69d11627134487def85
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
</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>
<classifier>features</classifier>
<type>xml</type>
</dependency>
- <!--
- TODO: Add the following dependency after the Bug 4426 is fixed.
<dependency>
<groupId>org.opendaylight.vtn</groupId>
<artifactId>features-vtn-manager</artifactId>
<classifier>features</classifier>
<type>xml</type>
</dependency>
- -->
<dependency>
<groupId>org.opendaylight.vpnservice</groupId>
<artifactId>vpnservice-features</artifactId>
<repository>mvn:org.opendaylight.usc/usc-features/${feature.usc.version}/xml/features</repository>
<repository>mvn:org.opendaylight.usecplugin/usecplugin-features/${feature.usecplugin.version}/xml/features</repository>
<repository>mvn:org.opendaylight.vpnservice/vpnservice-features/${feature.vpnservice.version}/xml/features</repository>
- <!--
- TODO: Add the following repository after the Bug 4426 is fixed.
<repository>mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features</repository>
- -->
</features>