artifact: remove duplicated features-neutron-test dependency 04/60104/3
authorIsaku Yamahata <isaku.yamahata@intel.com>
Sat, 8 Jul 2017 09:23:11 +0000 (02:23 -0700)
committerIsaku Yamahata <isaku.yamahata@gmail.com>
Wed, 12 Jul 2017 01:08:51 +0000 (01:08 +0000)
eliminate the following warning.

> [WARNING] Some problems were encountered while building the effective model for org.opendaylight.neutron:neutron-artifacts:pom:0.9.0-SNAPSHOT
> [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: ${project.groupId}:features-neutron-test:xml:features -> duplicate declaration of version ${project.version} @ line 69, column 25
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.

Change-Id: I127ee79eae5701a7c1d2f9805171dfa82c317233
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
artifacts/pom.xml

index 946784a4fba96ae367ad09d1a829832d47379e12..e724571c4d3c1cf95eeb727059645c2b7cde8a48 100644 (file)
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>features-neutron-test</artifactId>
-                <version>${project.version}</version>
-                <type>xml</type>
-                <classifier>features</classifier>
-            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>odl-neutron-service</artifactId>