Author: gk
Date: Tue Jun 16 08:02:47 2020
New Revision: 1878877

URL: http://svn.apache.org/viewvc?rev=1878877&view=rev
Log:
- remove dependency-check from apache-release profile (unable to skip/set 
autoUpdate false for release:prepare)

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1878877&r1=1878876&r2=1878877&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Tue Jun 16 08:02:47 2020
@@ -478,18 +478,11 @@
             </executions>
           </plugin>
           <plugin>
-            <groupId>org.owasp</groupId>
-            <artifactId>dependency-check-maven</artifactId>
-          </plugin>
-          <plugin>
             <groupId>org.jacoco</groupId>
             <artifactId>jacoco-maven-plugin</artifactId>
           </plugin>
         </plugins>
       </build>
-      <properties>
-        <dependency.check.skip>false</dependency.check.skip>
-      </properties>
     </profile>
 
     <!-- Configure site plugin to support both Maven2 and Maven3, see: 
http://maven.apache.org/plugins/maven-site-plugin/maven-3.html#Using_the_same_version_of_maven-site-plugin_for_both_Maven_2_and_Maven_3
 


Reply via email to