Re-enable transitive dependency search 59/51559/2
authorRobert Varga <rovarga@cisco.com>
Wed, 8 Feb 2017 13:22:10 +0000 (14:22 +0100)
committerTom Pantelis <tpanteli@brocade.com>
Wed, 8 Feb 2017 15:00:15 +0000 (15:00 +0000)
This is no longer needed with odlparent patches.

Change-Id: I960483a9f097b111f911d1f9465555638f0e9fd5
Signed-off-by: Robert Varga <rovarga@cisco.com>
features/mdsal/odl-mdsal-broker-local/pom.xml
features/mdsal/odl-mdsal-xsql/pom.xml

index f3ada9aaecd01c6a6a94d15c6064405d746192bc..5f04cb16b565c26f95b738144bb7295330608e7a 100644 (file)
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.karaf.tooling</groupId>
-                <artifactId>karaf-maven-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <includeTransitiveDependency>false</includeTransitiveDependency>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+</project>
\ No newline at end of file
index c5000f0efab7908f8907658d76e3cbc1e95be271..11525a683d6798906fda2192b13217a731d0ff10 100644 (file)
             <scope>provided</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.karaf.tooling</groupId>
-                <artifactId>karaf-maven-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <includeTransitiveDependency>false</includeTransitiveDependency>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-</project>
+</project>
\ No newline at end of file