Do not scan transitive dependencies
[controller.git] / features / mdsal / odl-mdsal-xsql / pom.xml
index 11525a683d6798906fda2192b13217a731d0ff10..c5000f0efab7908f8907658d76e3cbc1e95be271 100644 (file)
             <scope>provided</scope>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+
+    <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>