Don’t provide configfiles 24/58924/1
authorStephen Kitt <skitt@redhat.com>
Wed, 14 Jun 2017 08:13:21 +0000 (10:13 +0200)
committerStephen Kitt <skitt@redhat.com>
Wed, 14 Jun 2017 08:13:21 +0000 (10:13 +0200)
configfiles mustn’t be <scope>provided</scope>, the dependency
resolver needs to be able to find them.

Change-Id: I924adf760e0573e40066425f6b6b3a4e3deedc53
Signed-off-by: Stephen Kitt <skitt@redhat.com>
library/features/odl-ovsdb-library/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-test/pom.xml

index 67676c0b06649da874d018d7d632f05b05c87436..16b6a149f150d1f19be7e9b11691dc0302c66a39 100644 (file)
@@ -61,7 +61,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${project.version}</version>
             <type>cfg</type>
             <classifier>config</classifier>
-            <scope>provided</scope>
         </dependency>
 
         <!-- Test only -->
index 25fb651cdcd82f39c66daea510f224188c8b691b..246626cf053a5ebf7f05db46aac694351d90c7ba 100644 (file)
@@ -52,7 +52,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${project.version}</version>
             <type>cfg</type>
             <classifier>config</classifier>
-            <scope>provided</scope>
         </dependency>
     </dependencies>
 </project>