|
67 | 67 | <cs.jar-plugin.version>3.2.0</cs.jar-plugin.version> |
68 | 68 | <cs.pmd-plugin.version>3.12.0</cs.pmd-plugin.version> |
69 | 69 | <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> |
71 | 70 | <cs.release-plugin.version>2.5.3</cs.release-plugin.version> |
72 | 71 | <cs.resources-plugin.version>3.1.0</cs.resources-plugin.version> |
73 | 72 | <cs.site-plugin.version>3.8.2</cs.site-plugin.version> |
74 | 73 | <cs.surefire-plugin.version>2.22.2</cs.surefire-plugin.version> |
75 | 74 |
|
76 | | - |
77 | 75 | <!-- Logging versions --> |
78 | 76 | <cs.log4j.version>1.2.17</cs.log4j.version> |
79 | 77 | <cs.log4j.extras.version>1.2.17</cs.log4j.extras.version> |
|
156 | 154 | <cs.neethi.version>2.0.4</cs.neethi.version> |
157 | 155 | <cs.nitro.version>10.1</cs.nitro.version> |
158 | 156 | <cs.opensaml.version>2.6.4</cs.opensaml.version> |
159 | | - <cs.owasp.esapi.version>2.1.0.1</cs.owasp.esapi.version> |
160 | 157 | <cs.rados-java.version>0.5.0</cs.rados-java.version> |
161 | 158 | <cs.reflections.version>0.9.12</cs.reflections.version> |
162 | 159 | <cs.servicemix.version>3.3.3_1</cs.servicemix.version> |
|
587 | 584 | <dependency> |
588 | 585 | <groupId>org.owasp.esapi</groupId> |
589 | 586 | <artifactId>esapi</artifactId> |
590 | | - <version>${cs.owasp.esapi.version}</version> |
| 587 | + <version>2.1.0.1</version> |
591 | 588 | </dependency> |
592 | 589 | <!-- Test dependency in mysql for db tests --> |
593 | 590 | <dependency> |
|
734 | 731 | </execution> |
735 | 732 | </executions> |
736 | 733 | </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> |
753 | 734 | </plugins> |
754 | 735 | <pluginManagement> |
755 | 736 | <plugins> |
|
1155 | 1136 | </build> |
1156 | 1137 | <reporting> |
1157 | 1138 | <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> |
1170 | 1139 | <plugin> |
1171 | 1140 | <groupId>org.codehaus.mojo</groupId> |
1172 | 1141 | <artifactId>findbugs-maven-plugin</artifactId> |
|
0 commit comments