You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2020/03/09 16:02:03 UTC

[cloudstack] branch revert-2446-owasp-dep-tjek created (now 3c1b7ce)

This is an automated email from the ASF dual-hosted git repository.

dahn pushed a change to branch revert-2446-owasp-dep-tjek
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


      at 3c1b7ce  Revert "CLOUDSTACK-10271 maven plugin for owasp dependency check added (#2446)"

This branch includes the following new commits:

     new 3c1b7ce  Revert "CLOUDSTACK-10271 maven plugin for owasp dependency check added (#2446)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[cloudstack] 01/01: Revert "CLOUDSTACK-10271 maven plugin for owasp dependency check added (#2446)"

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch revert-2446-owasp-dep-tjek
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 3c1b7ceb0dea3192710fecd1770f372773b97bd6
Author: dahn <da...@gmail.com>
AuthorDate: Mon Mar 9 17:01:41 2020 +0100

    Revert "CLOUDSTACK-10271 maven plugin for owasp dependency check added (#2446)"
    
    This reverts commit 2d63ed5c243bd0732077c0e5485021b2be274aa7.
---
 pom.xml | 33 +--------------------------------
 1 file changed, 1 insertion(+), 32 deletions(-)

diff --git a/pom.xml b/pom.xml
index e1d9de6..3006dd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,13 +67,11 @@
         <cs.jar-plugin.version>3.2.0</cs.jar-plugin.version>
         <cs.pmd-plugin.version>3.12.0</cs.pmd-plugin.version>
         <cs.project-info-plugin.version>3.0.0</cs.project-info-plugin.version>
-        <cs.owasp.dependency-checker-plugin.version>3.1.1</cs.owasp.dependency-checker-plugin.version>
         <cs.release-plugin.version>2.5.3</cs.release-plugin.version>
         <cs.resources-plugin.version>3.1.0</cs.resources-plugin.version>
         <cs.site-plugin.version>3.8.2</cs.site-plugin.version>
         <cs.surefire-plugin.version>2.22.2</cs.surefire-plugin.version>
 
-
         <!-- Logging versions -->
         <cs.log4j.version>1.2.17</cs.log4j.version>
         <cs.log4j.extras.version>1.2.17</cs.log4j.extras.version>
@@ -156,7 +154,6 @@
         <cs.neethi.version>2.0.4</cs.neethi.version>
         <cs.nitro.version>10.1</cs.nitro.version>
         <cs.opensaml.version>2.6.4</cs.opensaml.version>
-        <cs.owasp.esapi.version>2.1.0.1</cs.owasp.esapi.version>
         <cs.rados-java.version>0.5.0</cs.rados-java.version>
         <cs.reflections.version>0.9.12</cs.reflections.version>
         <cs.servicemix.version>3.3.3_1</cs.servicemix.version>
@@ -587,7 +584,7 @@
             <dependency>
                 <groupId>org.owasp.esapi</groupId>
                 <artifactId>esapi</artifactId>
-                <version>${cs.owasp.esapi.version}</version>
+                <version>2.1.0.1</version>
             </dependency>
             <!-- Test dependency in mysql for db tests -->
             <dependency>
@@ -734,22 +731,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.owasp</groupId>
-                <artifactId>dependency-check-maven</artifactId>
-                <version>${cs.owasp.dependency-checker-plugin.version}</version>
-                <configuration>
-                    <skipProvidedScope>true</skipProvidedScope>
-                    <skipRuntimeScope>true</skipRuntimeScope>
-                </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>check</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
         <pluginManagement>
             <plugins>
@@ -1156,18 +1137,6 @@
     <reporting>
         <plugins>
             <plugin>
-                <groupId>org.owasp</groupId>
-                <artifactId>dependency-check-maven</artifactId>
-                <version>${cs.owasp.dependency-checker-plugin.version}</version>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>aggregate</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
                 <version>${cs.findbugs-plugin.version}</version>