Inherit dependency analysis 45/96745/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 30 Jun 2021 15:19:30 +0000 (17:19 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 30 Jun 2021 15:31:28 +0000 (17:31 +0200)
Our dependency analysis has been upstreamed to odlparent, remove
unnecessary plugin execution (which is now a duplicate).

Change-Id: Ie3abbb27dfff6bff9374dfdb0c695b66bf53b086
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
parent/pom.xml
testtool-parent/pom.xml

index 8b592d1a21eb818719733fed06d4c812a59cd486..e198e0a8f9827ed9493e3707fdc774d51d3e5318 100644 (file)
         </license>
     </licenses>
 
+    <properties>
+        <odlparent.dependency.enforce>true</odlparent.dependency.enforce>
+    </properties>
+
     <dependencyManagement>
         <dependencies>
             <dependency>
                     <threadCount>1</threadCount>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>analyze</id>
-                        <goals>
-                            <goal>analyze-only</goal>
-                        </goals>
-                        <configuration>
-                            <failOnWarning>true</failOnWarning>
-                            <ignoreNonCompile>true</ignoreNonCompile>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>
     <scm>
index 439fd7860a7cd423cf978219210d38112054d300..77e184789faf560d13453cbab9383bf218d97e6a 100644 (file)
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>analyze</id>
-                        <goals>
-                            <goal>analyze-only</goal>
-                        </goals>
-                        <configuration>
-                            <failOnWarning>true</failOnWarning>
-                            <ignoreNonCompile>true</ignoreNonCompile>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
     <scm>
         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>