Skip to content

Commit 016644d

Browse files
authored
Revert "CLOUDSTACK-10271 maven plugin for owasp dependency chec… (#3953)
This reverts commit 2d63ed5. (PR #2446) fails when network causes CVE DB not being able to be downloaded
1 parent d549f3b commit 016644d

1 file changed

Lines changed: 1 addition & 32 deletions

File tree

pom.xml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,11 @@
6767
<cs.jar-plugin.version>3.2.0</cs.jar-plugin.version>
6868
<cs.pmd-plugin.version>3.12.0</cs.pmd-plugin.version>
6969
<cs.project-info-plugin.version>3.0.0</cs.project-info-plugin.version>
70-
<cs.owasp.dependency-checker-plugin.version>3.1.1</cs.owasp.dependency-checker-plugin.version>
7170
<cs.release-plugin.version>2.5.3</cs.release-plugin.version>
7271
<cs.resources-plugin.version>3.1.0</cs.resources-plugin.version>
7372
<cs.site-plugin.version>3.8.2</cs.site-plugin.version>
7473
<cs.surefire-plugin.version>2.22.2</cs.surefire-plugin.version>
7574

76-
7775
<!-- Logging versions -->
7876
<cs.log4j.version>1.2.17</cs.log4j.version>
7977
<cs.log4j.extras.version>1.2.17</cs.log4j.extras.version>
@@ -156,7 +154,6 @@
156154
<cs.neethi.version>2.0.4</cs.neethi.version>
157155
<cs.nitro.version>10.1</cs.nitro.version>
158156
<cs.opensaml.version>2.6.4</cs.opensaml.version>
159-
<cs.owasp.esapi.version>2.1.0.1</cs.owasp.esapi.version>
160157
<cs.rados-java.version>0.5.0</cs.rados-java.version>
161158
<cs.reflections.version>0.9.12</cs.reflections.version>
162159
<cs.servicemix.version>3.3.3_1</cs.servicemix.version>
@@ -587,7 +584,7 @@
587584
<dependency>
588585
<groupId>org.owasp.esapi</groupId>
589586
<artifactId>esapi</artifactId>
590-
<version>${cs.owasp.esapi.version}</version>
587+
<version>2.1.0.1</version>
591588
</dependency>
592589
<!-- Test dependency in mysql for db tests -->
593590
<dependency>
@@ -734,22 +731,6 @@
734731
</execution>
735732
</executions>
736733
</plugin>
737-
<plugin>
738-
<groupId>org.owasp</groupId>
739-
<artifactId>dependency-check-maven</artifactId>
740-
<version>${cs.owasp.dependency-checker-plugin.version}</version>
741-
<configuration>
742-
<skipProvidedScope>true</skipProvidedScope>
743-
<skipRuntimeScope>true</skipRuntimeScope>
744-
</configuration>
745-
<executions>
746-
<execution>
747-
<goals>
748-
<goal>check</goal>
749-
</goals>
750-
</execution>
751-
</executions>
752-
</plugin>
753734
</plugins>
754735
<pluginManagement>
755736
<plugins>
@@ -1155,18 +1136,6 @@
11551136
</build>
11561137
<reporting>
11571138
<plugins>
1158-
<plugin>
1159-
<groupId>org.owasp</groupId>
1160-
<artifactId>dependency-check-maven</artifactId>
1161-
<version>${cs.owasp.dependency-checker-plugin.version}</version>
1162-
<reportSets>
1163-
<reportSet>
1164-
<reports>
1165-
<report>aggregate</report>
1166-
</reports>
1167-
</reportSet>
1168-
</reportSets>
1169-
</plugin>
11701139
<plugin>
11711140
<groupId>org.codehaus.mojo</groupId>
11721141
<artifactId>findbugs-maven-plugin</artifactId>

0 commit comments

Comments
 (0)